summaryrefslogtreecommitdiffstats
path: root/server/dispatcher.h
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2013-01-25 09:18:00 -0500
committerYonit Halperin <yhalperi@redhat.com>2013-04-22 16:30:54 -0400
commitba1aaef0fea69dc46297a5f85d50020fb728355b (patch)
tree353776844737c8642a6405c2d7966af49cda3f24 /server/dispatcher.h
parent23730a6c800fa00c6975b4c36a46b2b427aac35c (diff)
downloadspice-ba1aaef0fea69dc46297a5f85d50020fb728355b.tar.gz
spice-ba1aaef0fea69dc46297a5f85d50020fb728355b.tar.xz
spice-ba1aaef0fea69dc46297a5f85d50020fb728355b.zip
dispatcher.h: fix - s/#define MAIN_DISPATCHER_H/#define DISPATCHER_H
Diffstat (limited to 'server/dispatcher.h')
-rw-r--r--server/dispatcher.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/dispatcher.h b/server/dispatcher.h
index a468c58f..1b389bde 100644
--- a/server/dispatcher.h
+++ b/server/dispatcher.h
@@ -1,5 +1,5 @@
-#ifndef MAIN_DISPATCHER_H
-#define MAIN_DISPATCHER_H
+#ifndef DISPATCHER_H
+#define DISPATCHER_H
#include <spice.h>
@@ -103,4 +103,4 @@ int dispatcher_get_recv_fd(Dispatcher *);
*/
void dispatcher_set_opaque(Dispatcher *dispatcher, void *opaque);
-#endif //MAIN_DISPATCHER_H
+#endif //DISPATCHER_H