summaryrefslogtreecommitdiff
path: root/navit/event.h
diff options
context:
space:
mode:
authorhorwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-04-28 09:02:13 +0000
committerhorwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-04-28 09:02:13 +0000
commit1859dbf8f3af70f095180644c44a40bf9c8e0b93 (patch)
tree68d3cd26dad976f0262e1c8e2da2dfb4da006a71 /navit/event.h
parent406f53d90e8c78c09d224f88adb05bbe85fd4ff4 (diff)
downloadnavit-1859dbf8f3af70f095180644c44a40bf9c8e0b93.tar.gz
Fix:Misc:Fix some more warnings
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2241 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 e404d019e..739baad00 100644
--- a/navit/event.h
+++ b/navit/event.h
@@ -56,7 +56,7 @@ struct event_timeout *event_add_timeout(int timeout, int multi, struct callback
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);
-int event_request_system(char *system, char *requestor);
+int event_request_system(const char *system, const char *requestor);
void event_call_callback(struct callback_list *cb);
/* end of prototypes */
#ifdef __cplusplus