aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-19 19:58:09 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-19 19:58:09 +0000
commit46e384f88c5799ec199046c5bfc1b0957a7a5957 (patch)
treef3f96191df3bd2d18c0057f365f4bfa33f57f185 /include
parentff5e99c7e0715833cb18c63167d15360fc6998d7 (diff)
After discussing this with other people, we decided we'd like to try to do this a little differently.
Stay tuned. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43290 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/manager.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/asterisk/manager.h b/include/asterisk/manager.h
index 906ae1f67..96326f07c 100644
--- a/include/asterisk/manager.h
+++ b/include/asterisk/manager.h
@@ -106,12 +106,6 @@ int ast_manager_register2(
*/
int ast_manager_unregister( char *action );
-/*! Add a manager_user to current list of manager */
-int *ast_manager_add(struct ast_manager_user *amu);
-
-/*! Get an manager by his name */
-struct ast_manager_user *ast_get_manager_by_name_locked(const char *name);
-
/*! External routines may send asterisk manager events this way */
/*! \param category Event category, matches manager authorization
\param event Event name
@@ -139,11 +133,5 @@ void astman_append(struct mansession *s, const char *fmt, ...)
int init_manager(void);
/*! Called by Asterisk initialization */
int reload_manager(void);
-/*! Add a manager_user to current list of manager */
-int *ast_manager_add(struct ast_manager_user *amu);
-int *ast_manager_user_add(struct ast_manager_user *amu);
-/*! Get an manager by his name */
-struct ast_manager_user *ast_get_manager_by_name_locked(const char *name);
-
#endif /* _ASTERISK_MANAGER_H */