Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
sofia-sip
Commits
89e1c837
Commit
89e1c837
authored
Oct 13, 2005
by
Pekka Pessi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed remnants of RCS ids.
darcs-hash:20051013151458-65a35-b09fab10669aaa930d55ff87d9c0734387fb0187.gz
parent
123160ac
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
9 deletions
+4
-9
libsofia-sip-ua/ipt/base64.c
libsofia-sip-ua/ipt/base64.c
+0
-2
libsofia-sip-ua/ipt/utf8.c
libsofia-sip-ua/ipt/utf8.c
+1
-4
libsofia-sip-ua/nta/nta_tag.h
libsofia-sip-ua/nta/nta_tag.h
+2
-2
libsofia-sip-ua/sdp/sdp_tag.h
libsofia-sip-ua/sdp/sdp_tag.h
+1
-1
No files found.
libsofia-sip-ua/ipt/base64.c
View file @
89e1c837
...
...
@@ -34,8 +34,6 @@
#include <string.h>
#include "base64.h"
char
const
base64_h_id
[]
=
BASE64_H
;
static
unsigned
char
const
code
[]
=
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
;
...
...
libsofia-sip-ua/ipt/utf8.c
View file @
89e1c837
...
...
@@ -29,7 +29,7 @@
* @author Pekka Pessi <Pekka.Pessi@nokia.com>
*
* @date Created: Tue Apr 21 15:32:02 1998 pessi
* @date Last modified:
Wed Jul 20 20:35:20 2005 kaiv
* @date Last modified:
Thu Oct 13 18:04:41 2005 ppessi
*/
#include "config.h"
...
...
@@ -37,9 +37,6 @@
#include <utf8.h>
#include "utf8internal.h"
const
char
utf8_h_rcs_id
[]
=
UTF8_H
;
const
char
utf8internal_h_rcs_id
[]
=
UTF8INTERNAL_H
;
#ifndef _WIN32
#include <assert.h>
#endif
...
...
libsofia-sip-ua/nta/nta_tag.h
View file @
89e1c837
...
...
@@ -23,7 +23,7 @@
*/
#ifndef NTA_TAG_H
/** Defined when <nta_tag.h> has been included. */
#define NTA_TAG_H
;
#define NTA_TAG_H
/**@file nta_tag.h
* @brief NTA tags
...
...
@@ -31,7 +31,7 @@
* @author Pekka Pessi <Pekka.Pessi@nokia.com>
*
* @date Created: Tue Sep 4 15:54:57 2001 ppessi
* @date Last modified:
Wed Aug
1
0
1
5:26:1
2 2005 ppessi
* @date Last modified:
Thu Oct
1
3
1
8:05:5
2 2005 ppessi
*/
#ifndef SU_TAG_H
...
...
libsofia-sip-ua/sdp/sdp_tag.h
View file @
89e1c837
...
...
@@ -23,7 +23,7 @@
*/
#ifndef SDP_TAG_H
/** Defined when <sdp_tag.h> has been included. */
#define SDP_TAG_H
;
#define SDP_TAG_H
/**@file sdp_tag.h
* @brief SDP tags
...
...
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