Fix warnings

This commit is contained in:
TingPing
2015-03-19 16:06:49 -04:00
parent 4e338a2b70
commit b4906f3d23
2 changed files with 4 additions and 4 deletions

View File

@@ -27,12 +27,12 @@ static hexchat_plugin *ph;
static GSocketService *service;
static GHashTable *responses;
struct ident_info
typedef struct ident_info
{
GSocketConnection *conn;
gchar *username;
gchar read_buf[16];
} typedef ident_info;
} ident_info;
static int
identd_cleanup_response_cb (gpointer userdata)