Add name for struct dc_respline.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Mon, 8 Jan 2007 23:10:51 +0000 (23:10 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Mon, 8 Jan 2007 23:10:51 +0000 (23:10 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@811 959494ce-11ee-0310-bf91-de5d638817bd

include/doldaconnect/uilib.h

index 25cfc59..ac717fb 100644 (file)
@@ -10,7 +10,7 @@ struct dc_response
     wchar_t *cmdname;
     void *data;
     void *internal;
-    struct
+    struct dc_respline
     {
        int argc;
        wchar_t **argv;