More API fixes; remove implicit relationship between hub and user

in APIs.
This commit is contained in:
Jan Vidar Krey
2009-05-18 16:30:17 +02:00
parent caec28f63f
commit 1dbf2640d2
18 changed files with 258 additions and 109 deletions

View File

@@ -146,11 +146,6 @@ extern struct user* user_create(struct hub_info* hub, int sd);
*/
extern void user_destroy(struct user* user);
/**
* Will post a message that will delete the user later.
*/
extern void user_schedule_destroy(struct user* user);
/**
* Disconnect a user.
* This will mark the user connection ready for being terminated.