aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk')
-rwxr-xr-xinclude/asterisk/enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/enum.h b/include/asterisk/enum.h
index 4f945e95e..684276860 100755
--- a/include/asterisk/enum.h
+++ b/include/asterisk/enum.h
@@ -17,4 +17,6 @@
/* Lookup entry in ENUM Returns 1 if found, 0 if not found, -1 on hangup */
extern int ast_get_enum(struct ast_channel *chan, const char *number, char *location, int maxloc, char *technology, int maxtech);
+extern int ast_enum_init(void);
+extern int ast_enum_reload(void);
#endif