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
0d505756
Commit
0d505756
authored
Oct 15, 2005
by
Pekka Pessi
Browse files
Removed sl_utils.c
darcs-hash:20051015172224-65a35-584e8dca97d9d0610c56812a3dd7ea01a3e284a4.gz
parent
ff4cfb2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
1 deletion
+43
-1
libsofia-sip-ua/nta/Makefile.am
libsofia-sip-ua/nta/Makefile.am
+1
-1
libsofia-sip-ua/nta/sl_utils.c
libsofia-sip-ua/nta/sl_utils.c
+42
-0
No files found.
libsofia-sip-ua/nta/Makefile.am
View file @
0d505756
...
...
@@ -34,7 +34,7 @@ include_HEADERS = nta.h nta_stateless.h nta_tport.h \
libnta_la_SOURCES
=
nta.c nta_tag.c nta_tag_ref.c
\
nta_internal.h
\
sl_utils_print.c sl_utils_log.c
\
sl_utils.c
sl_utils_print.c sl_utils_log.c
\
sl_read_payload.c
COVERAGE_INPUT
=
$(libnta_la_SOURCES)
$(include_HEADERS)
...
...
libsofia-sip-ua/nta/sl_utils.c
0 → 100644
View file @
0d505756
/*
* This file is part of the Sofia-SIP package
*
* Copyright (C) 2005 Nokia Corporation.
*
* Contact: Pekka Pessi <pekka.pessi@nokia.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA
*
*/
/**@ingroup sl_utils
*
* @CFILE sl_utils.c Implementation of SIP library utility string functions.
*
* @author Pekka Pessi <Pekka.Pessi@nokia.com>
*
* @date Created: Thu Oct 5 15:38:39 2000 ppessi
*/
#include "config.h"
#include <stddef.h>
#include <string.h>
#include <stdio.h>
#include <sip.h>
#include "sl_utils.h"
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