summaryrefslogtreecommitdiffstats
path: root/rdp/rdp.h
diff options
context:
space:
mode:
Diffstat (limited to 'rdp/rdp.h')
-rw-r--r--rdp/rdp.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/rdp/rdp.h b/rdp/rdp.h
index 9f78c5cb..37e430cb 100644
--- a/rdp/rdp.h
+++ b/rdp/rdp.h
@@ -251,6 +251,8 @@ struct rdp_orders
struct rdp_bitmap* cache_bitmap[3][600];
};
+#define CURRENT_MOD_VER 1
+
struct mod
{
int size; /* size of this struct */
@@ -307,7 +309,8 @@ struct mod
int* channel_flags);
int (*server_get_channel_id)(struct mod* v, char* name);
int (*server_send_to_channel)(struct mod* v, int channel_id,
- char* data, int data_len);
+ char* data, int data_len,
+ int total_data_len, int flags);
long server_dumby[100 - 24]; /* align, 100 minus the number of server
functions above */
/* common */