added a filename attribute to the sdata struct

This commit is contained in:
SJ
2012-01-03 00:19:43 +01:00
parent 1b57459f89
commit 0353b27f68
17 changed files with 317 additions and 125 deletions

View File

@@ -44,6 +44,8 @@ struct __config {
unsigned char key[KEYLEN];
unsigned char iv[MAXVAL];
char mydomains[MAXVAL];
// mysql stuff
char mysqlhost[MAXVAL];