aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-30 22:39:57 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-30 22:39:57 +0000
commitb9b3961537784f3cf8c902d25cf18d8eb92ea104 (patch)
tree587b78b5c9b3d56a9df0e4a1f9dd0d8c77cd3def /include/asterisk
parentd5dc8e490c38cbad09e49fba3a26928542ae9525 (diff)
Oops, wrong define
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@134704 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk')
-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 5e51529b9..5a3124cb7 100644
--- a/include/asterisk/sched.h
+++ b/include/asterisk/sched.h
@@ -134,7 +134,7 @@ int ast_sched_add_variable(struct sched_context *con, int when, ast_sched_cb cal
* \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);
#else
int _ast_sched_del(struct sched_context *con, int id, const char *file, int line, const char *function);