From 0f0e7cc54aecab1647bdcd222c84d17275b92313 Mon Sep 17 00:00:00 2001 From: "p37sitdu, corvid" Date: Sat, 12 Jan 2013 20:13:36 +0000 Subject: clean up struct typedefs --- dpi/ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dpi/ftp.c') diff --git a/dpi/ftp.c b/dpi/ftp.c index 288f993c..fa64eb6e 100644 --- a/dpi/ftp.c +++ b/dpi/ftp.c @@ -62,7 +62,7 @@ static char **dl_argv = NULL; /*---------------------------------------------------------------------------*/ /* TODO: could use dStr ADT! */ -typedef struct ContentType_ { +typedef struct { const char *str; int len; } ContentType_t; -- cgit v1.2.3