changed Makefile; build all commands as an own file
[NeonServV5.git] / timeq.h
diff --git a/timeq.h b/timeq.h
index 334eb706309462f9fe01fad6efe1d91a049f1a3c..0a0694827de2fc08cf1a8a633cb1a838462d128c 100644 (file)
--- a/timeq.h
+++ b/timeq.h
@@ -20,5 +20,6 @@ struct timeq_entry* timeq_add(int seconds, timeq_callback_t *callback, void *dat
 struct timeq_entry* timeq_add_name(char *name, int seconds, timeq_callback_t *callback, void *data);
 int timeq_del(struct timeq_entry* entry);
 int timeq_del_name(char *name);
+int timeq_name_exists(char *name);
 
 #endif
\ No newline at end of file