summaryrefslogtreecommitdiff
path: root/src/base/modules.h
diff options
context:
space:
mode:
authorDusan Durech <dusan@debian.(none)>2009-11-28 12:29:27 +0100
committerDusan Durech <dusan@debian.(none)>2009-11-28 12:29:27 +0100
commite68fe427c0e608f233e3181e992d4fda5e43b6d2 (patch)
tree6d8430515e8eda88f0f5de1161b019d7d9052ddd /src/base/modules.h
parent16a67a95379d3c3074df933aa4a752dac8294f50 (diff)
fix bug with call function from elf binary in module
Diffstat (limited to 'src/base/modules.h')
-rw-r--r--src/base/modules.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/modules.h b/src/base/modules.h
index 4ac48b3..a811995 100644
--- a/src/base/modules.h
+++ b/src/base/modules.h
@@ -40,6 +40,8 @@ typedef struct export_fce_s {
int x2, int y2, int w2, int h2);
int (*fce_arena_is_free_space) (arena_t *arena, int x, int y, int w, int h);
void (*fce_arena_find_free_space) (arena_t *arena, int *x, int *y, int w, int h);
+
+ void (*fce_proto_send_del_server)(int type, client_t *client, int id);
void (*fce_proto_send_module_server) (int type, client_t *client, char *msg);
void (*fce_proto_send_module_client) (char *msg);