Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
7d70a89b
Commit
7d70a89b
authored
Sep 19, 2007
by
Pekka Pessi
Browse files
nth: updated documentation
darcs-hash:20070919173214-65a35-38c445b5eb19a369f3ed0068ce2a62498e106a68.gz
parent
6f04d7d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
libsofia-sip-ua/nth/nth_server.c
View file @
7d70a89b
...
...
@@ -22,7 +22,7 @@
*
*/
/**@file nth_server.c
/**
@internal
@file nth_server.c
* @brief HTTP server.
*
* @author Pekka Pessi <Pekka.Pessi@nokia.com>
...
...
libsofia-sip-ua/nth/sofia-sip/nth.h
View file @
7d70a89b
...
...
@@ -50,7 +50,7 @@ typedef struct nth_request_s nth_request_t;
#ifndef NTH_CLIENT_MAGIC_T
/** Default type of application context for client NTH requests.
* Application may define this to appropriate type before including
* <nth.h>. */
* <
sofia-sip/
nth.h>. */
#define NTH_CLIENT_MAGIC_T struct nth_client_magic_s
#endif
...
...
@@ -60,7 +60,7 @@ typedef NTH_CLIENT_MAGIC_T nth_client_magic_t;
#ifndef NTH_SITE_MAGIC_T
/** Default type of application context for NTH servers.
* Application may define this to appropriate type before including
* <nth.h>. */
* <
sofia-sip/
nth.h>. */
#define NTH_SITE_MAGIC_T struct nth_site_magic_s
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment