From: fredrik Date: Mon, 8 Jan 2007 23:10:51 +0000 (+0000) Subject: Add name for struct dc_respline. X-Git-Tag: 0.3~116 X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=34a61ecbf51b9115f2ba4cc987952413e4c5c1ea Add name for struct dc_respline. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@811 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/include/doldaconnect/uilib.h b/include/doldaconnect/uilib.h index 25cfc59..ac717fb 100644 --- a/include/doldaconnect/uilib.h +++ b/include/doldaconnect/uilib.h @@ -10,7 +10,7 @@ struct dc_response wchar_t *cmdname; void *data; void *internal; - struct + struct dc_respline { int argc; wchar_t **argv;