Added a security token object in wineserver.
diff --git a/server/object.h b/server/object.h
index 1815e24..0116b1f 100644
--- a/server/object.h
+++ b/server/object.h
@@ -38,6 +38,7 @@
struct object_name;
struct thread;
struct process;
+struct token;
struct file;
struct wait_queue_entry;
struct async;
@@ -150,6 +151,10 @@
extern void init_signals(void);
extern void close_signals(void);
+/* token functions */
+
+extern struct token *create_token(void);
+
/* atom functions */
extern void close_atom_table(void);