aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/module.h
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-11 16:00:23 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-11 16:00:23 +0000
commitec05420bc7e8df941004ebfac5c3ea00e3ce48b1 (patch)
tree3c905405b6b81db6019c5560931316013707ccf1 /include/asterisk/module.h
parentbd041a8d8e91d922c6a8b11fd90096c6830f2f47 (diff)
remove an unused function
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19226 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/module.h')
-rw-r--r--include/asterisk/module.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asterisk/module.h b/include/asterisk/module.h
index 80d0b5793..dfee1b1a3 100644
--- a/include/asterisk/module.h
+++ b/include/asterisk/module.h
@@ -260,14 +260,6 @@ int ast_module_reload(const char *name);
*/
char *ast_module_helper(const char *line, const char *word, int pos, int state, int rpos, int needsreload);
-/*!
- * \brief Given a function address, find the corresponding module.
- * This is required as a workaround to the fact that we do not
- * have a module argument to the load_module() function.
- * Hopefully the performance implications are small.
- */
-struct module *ast_find_module(int (*load_fn)(void));
-
/* Local user routines keep track of which channels are using a given module
resource. They can help make removing modules safer, particularly if
they're in use at the time they have been requested to be removed */