summaryrefslogtreecommitdiff
path: root/libmachdev/machdev.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-11-25 23:49:58 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-11-25 23:49:58 +0000
commit4ba1188ef5ef2caf46cfedb522e83abf9d59fc54 (patch)
tree38588eaa8b400d7abf384a17e21dea75b104b177 /libmachdev/machdev.h
parent26221ccfc107472e3be0de79817efcd296d052a3 (diff)
parent36318d1929e9437df0402a78ff63a70f78d6a89e (diff)
Merge branch 'dde' into dde-clean
Diffstat (limited to 'libmachdev/machdev.h')
-rw-r--r--libmachdev/machdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmachdev/machdev.h b/libmachdev/machdev.h
index cfa4b2d4..b9186fba 100644
--- a/libmachdev/machdev.h
+++ b/libmachdev/machdev.h
@@ -23,7 +23,7 @@
#ifndef __MACHDEV_H__
#define __MACHDEV_H__
-void ds_server(void);
+void * ds_server(void *);
void mach_device_init(void);
void register_net(void);
void register_block(void);