aboutsummaryrefslogtreecommitdiffstats
path: root/utils/astman.c
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-10 22:02:32 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-10 22:02:32 +0000
commite8da1cc73ce1d921867bacfea239ea14329ae88d (patch)
treecb88a6b6a1d8347941c94dce96cd4191ba867556 /utils/astman.c
parent450035f0f416c645bb8b467eaaf20cd359483280 (diff)
Merged revisions 114051 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r114051 | mmichelson | 2008-04-10 15:59:49 -0500 (Thu, 10 Apr 2008) | 3 lines Fix 1.4 build when LOW_MEMORY is enabled. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@114052 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils/astman.c')
-rw-r--r--utils/astman.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/astman.c b/utils/astman.c
index 2a4508589..f674105a5 100644
--- a/utils/astman.c
+++ b/utils/astman.c
@@ -92,6 +92,7 @@ void ast_unregister_file_version(const char *file)
{
}
+#if !defined(LOW_MEMORY)
int ast_add_profile(const char *, uint64_t scale);
int ast_add_profile(const char *s, uint64_t scale)
{
@@ -108,6 +109,7 @@ int64_t ast_mark(int key, int start1_stop0)
{
return 0;
}
+#endif /* LOW_MEMORY */
/* end of dummy functions */