aboutsummaryrefslogtreecommitdiffstats
path: root/utils/hashtest.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-12 20:16:13 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-12 20:16:13 +0000
commit7d0d020dce1d8521a7f90257d7ba7d152b5a9c82 (patch)
treea300d839c6a4e1625c15d8dd165e86d3ad021ca8 /utils/hashtest.c
parent91879350bec01432e41753f74715c608f14085fb (diff)
(closes issue #11221)
Reported by: eliel Patches: utils.Makefile.patch uploaded by eliel (modified by me) (license 64) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89190 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils/hashtest.c')
-rw-r--r--utils/hashtest.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/utils/hashtest.c b/utils/hashtest.c
index 80362a89b..17c30ab7b 100644
--- a/utils/hashtest.c
+++ b/utils/hashtest.c
@@ -52,10 +52,6 @@ int testno = 1;
/* stuff we need to make this work with the hashtab stuff */
-void ast_cli(int *fd, char *str, ...)
-{
-}
-
int64_t ast_mark(int prof_id, int x)
{
}
@@ -336,10 +332,6 @@ void ast_module_unregister(const struct ast_module_info *x)
}
-void ast_cli_register_multiple(void)
-{
-}
-
void ast_register_file_version(const char *file, const char *version)
{
}
@@ -349,10 +341,6 @@ void ast_unregister_file_version(const char *file)
}
-void ast_cli_unregister_multiple(void)
-{
-}
-
void ast_context_destroy(void)
{
}