summaryrefslogtreecommitdiff
path: root/navit/event.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-05-26 00:46:10 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-05-26 00:46:10 +0000
commitda3b9764b7d50959ad7df1690cd5c0c4cf1c8c54 (patch)
tree65a09c4a0a92f14399e23a582eb1d243f67fc65a /navit/event.h
parenta416f770b72a216406685b8011b4e557992a0916 (diff)
downloadnavit-da3b9764b7d50959ad7df1690cd5c0c4cf1c8c54.tar.gz
Add:Core:Check for existence of event system before using it
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3297 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/event.h')
-rw-r--r--navit/event.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/event.h b/navit/event.h
index 3b1664600..0b5aeb53e 100644
--- a/navit/event.h
+++ b/navit/event.h
@@ -64,6 +64,7 @@ void event_remove_timeout(struct event_timeout *ev);
struct event_idle *event_add_idle(int priority, struct callback *cb);
void event_remove_idle(struct event_idle *ev);
void event_call_callback(struct callback_list *cb);
+char *event_system(void);
int event_request_system(const char *system, const char *requestor);
/* end of prototypes */
#ifdef __cplusplus