... | ... |
@@ -12,7 +12,6 @@ |
12 | 12 |
#define CONTACT_DELIM ", " |
13 | 13 |
#define CONTACT_DELIM_LEN 2 |
14 | 14 |
|
15 |
-char *create_dset( struct sip_msg *msg, int *len ); |
|
16 | 15 |
|
17 | 16 |
struct branch |
18 | 17 |
{ |
... | ... |
@@ -33,4 +32,5 @@ void init_branch_iterator(); |
33 | 32 |
char *next_branch( int *len ); |
34 | 33 |
void clear_branches(); |
35 | 34 |
|
35 |
+char *print_dset( struct sip_msg *msg, int *len ); |
|
36 | 36 |
#endif |