mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-30 16:50:52 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@6293 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b45dc89478
commit
b13501c8e3
62 changed files with 3645 additions and 1770 deletions
|
@ -69,10 +69,10 @@ typedef enum
|
|||
GSWURLError_InvalidSuffix
|
||||
} GSWURLError;
|
||||
|
||||
GSWURLError GSWParseURL(GSWURLComponents* p_pURLComponents,CONST char* p_pszURL);
|
||||
void GSWComposeURL(char* p_pszURL,GSWURLComponents* p_pURLComponents);
|
||||
int GSWComposeURLLen(GSWURLComponents* p_pURLComponents);
|
||||
CONST char* GSWURLErrorMessage(GSWURLError p_eError);
|
||||
GSWURLError GSWParseURL(GSWURLComponents* p_pURLComponents,CONST char* p_pszURL,void* p_pLogServerData);
|
||||
void GSWComposeURL(char* p_pszURL,GSWURLComponents* p_pURLComponents,void* p_pLogServerData);
|
||||
int GSWComposeURLLen(GSWURLComponents* p_pURLComponents,void* p_pLogServerData);
|
||||
CONST char* GSWURLErrorMessage(GSWURLError p_eError,void* p_pLogServerData);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif //_cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue