summaryrefslogtreecommitdiff
path: root/navit/event.h
diff options
context:
space:
mode:
authorrikky <rikky@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-02-12 00:28:22 +0000
committerrikky <rikky@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-02-12 00:28:22 +0000
commit19b7b84f4eb429eb5ced1c872d4f4df322dc922c (patch)
treeab5459ce24e79fad9886c1db7c13298b8b7c5a7b /navit/event.h
parent50dbe77b6e46d8870bd9fddca9d01d7b45d38e1f (diff)
downloadnavit-19b7b84f4eb429eb5ced1c872d4f4df322dc922c.tar.gz
Fix:core:Fix clang compiler warnings: discarded consts
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4137 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/event.h')
-rw-r--r--navit/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/event.h b/navit/event.h
index 0b5aeb53e..b67bcbd7d 100644
--- a/navit/event.h
+++ b/navit/event.h
@@ -64,7 +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);
+char const *event_system(void);
int event_request_system(const char *system, const char *requestor);
/* end of prototypes */
#ifdef __cplusplus