Started working on abstracting the connection data away from the user struct.

This commit is contained in:
Jan Vidar Krey
2009-08-02 21:37:55 +02:00
parent 053fb30192
commit 653cfb285e
4 changed files with 95 additions and 0 deletions

View File

@@ -167,6 +167,7 @@ extern "C" {
#include "adc/sid.h"
#include "adc/message.h"
#include "network/network.h"
#include "network/connection.h"
#include "core/auth.h"
#include "core/config.h"