summaryrefslogtreecommitdiff
path: root/include/asterisk/sched.h
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-07-30 22:38:58 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-07-30 22:38:58 +0000
commitc95460a353c95dda09094c2454375e592ae98537 (patch)
tree99c5a7dd5f4762c8a2d8c1f6d291a8051fde1c37 /include/asterisk/sched.h
parentbf8e80eebc6fbcc83caf8dd6ed4f0b9f8265aa5f (diff)
Oops, wrong define
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@134703 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/sched.h')
-rw-r--r--include/asterisk/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/sched.h b/include/asterisk/sched.h
index f9f65cfd9..993ba6b7e 100644
--- a/include/asterisk/sched.h
+++ b/include/asterisk/sched.h
@@ -210,7 +210,7 @@ const void *ast_sched_find_data(struct sched_context *con, int id);
* \param id ID of the scheduled item to delete
* \return Returns 0 on success, -1 on failure
*/
-#ifndef DEVMODE
+#ifndef AST_DEVMODE
int ast_sched_del(struct sched_context *con, int id) attribute_warn_unused_result;
#else
int _ast_sched_del(struct sched_context *con, int id, const char *file, int line, const char *function) attribute_warn_unused_result;