Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
ae2172a5
Commit
ae2172a5
authored
Jan 29, 2007
by
Dafydd Harries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
create nice.h
darcs-hash:20070129173714-c9803-8521814bf1883decc43e3429fd9f3d5b877c4f32.gz
parent
c791c187
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
nice/Makefile.am
nice/Makefile.am
+2
-0
nice/ice-test-server.c
nice/ice-test-server.c
+1
-3
nice/nice.h
nice/nice.h
+10
-0
No files found.
nice/Makefile.am
View file @
ae2172a5
...
@@ -42,3 +42,5 @@ test_util_LDADD = $(COMMON_LDADD)
...
@@ -42,3 +42,5 @@ test_util_LDADD = $(COMMON_LDADD)
TESTS
=
test-readline test-util
TESTS
=
test-readline test-util
pkginclude_HEADERS
=
nice.h
nice/ice-test-server.c
View file @
ae2172a5
...
@@ -5,9 +5,7 @@
...
@@ -5,9 +5,7 @@
#include <unistd.h>
#include <unistd.h>
#include "udp.h"
#include "nice.h"
#include "stun.h"
#include "agent.h"
#include "readline.h"
#include "readline.h"
#include "util.h"
#include "util.h"
...
...
nice/nice.h
0 → 100644
View file @
ae2172a5
#ifndef _NICE_H
#define _NICE_H
#include "udp.h"
#include "udp-fake.h"
#include "agent.h"
#endif
/* _NICE_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