Added output test for mysql
This commit is contained in:
parent
e93422ecef
commit
131a8b9501
4 changed files with 55 additions and 17 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* arch/mysql.c - Mysql implementation
|
||||
/* output/mysql.c - Mysql output-driver
|
||||
*
|
||||
* Copyright (C) 2010 Fredric Nilsson <fredric@fiktivkod.org>
|
||||
*
|
||||
|
|
@ -20,9 +20,6 @@
|
|||
#include "../common/xalloc.h"
|
||||
#include "../notify/event.h"
|
||||
|
||||
|
||||
#define STRSZ(s) (sizeof(char) * strlen(s))
|
||||
|
||||
typedef struct {
|
||||
char *host;
|
||||
int port;
|
||||
|
|
|
|||
Reference in a new issue