1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 10:03:14 +02:00

Nuke struct Uid from the core. (hooray!)

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1296 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-10-01 22:07:10 +00:00
parent e46bc26a06
commit 60b861ee25
5 changed files with 29 additions and 102 deletions
-10
View File
@@ -252,7 +252,6 @@ typedef struct csmode_ CSMode;
typedef struct cumode_ CUMode;
typedef struct csmodeutil_ CSModeUtil;
typedef struct session_ Session;
typedef struct uid_ Uid;
#include "bots.h"
@@ -393,15 +392,6 @@ struct ircdcapab_ {
uint32 nickchars;
};
/* tiny struct needed for P10 and other UID servers so we can track
services UID
*/
struct uid_ {
Uid *next, *prev;
char nick[NICKMAX];
char *uid;
};
/*************************************************************************/
/* Config Details */
/*************************************************************************/