projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71ad274
)
These prototypes are not supposed to be in asterisk.h. They are already in
author
Russell Bryant
<russell@russellbryant.com>
Thu, 10 Jan 2008 00:54:01 +0000
(
00:54
+0000)
committer
Russell Bryant
<russell@russellbryant.com>
Thu, 10 Jan 2008 00:54:01 +0000
(
00:54
+0000)
version.h.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97657
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
include/asterisk.h
patch
|
blob
|
history
diff --git
a/include/asterisk.h
b/include/asterisk.h
index
a27d2ad
..
9d5c1ae
100644
(file)
--- a/
include/asterisk.h
+++ b/
include/asterisk.h
@@
-50,9
+50,6
@@
int ast_set_priority(int); /*!< Provided by asterisk.c */
-const char *ast_get_version(void);
-const char *ast_get_version_num(void);
-
/*!
* \brief Register a function to be executed before Asterisk exits.
* \param func The callback function to use.