Fixed for typo in modutil.h

Addition of timestamps to the query log produced by the QLA filter
This commit is contained in:
Mark Riddoch
2014-06-04 23:30:54 +01:00
parent 46ca0676c0
commit ea177b481f
2 changed files with 13 additions and 3 deletions

View File

@ -33,5 +33,5 @@
extern int modutil_is_SQL(GWBUF *);
extern int modutil_extract_SQL(GWBUF *, char **, int *);
extern GWBUF *modutil_repalce_SQL(GWBUF *, char *);
extern GWBUF *modutil_replace_SQL(GWBUF *, char *);
#endif