diff options
author | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2007-01-29 17:37:00 +0000 |
---|---|---|
committer | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2007-01-29 17:37:00 +0000 |
commit | ae2172a5d0f7ce6e5cada10c832adc98242c8dcf (patch) | |
tree | ae3340c3013f695edbe00a618c7138b8229c0266 /nice/nice.h | |
parent | c791c1879a43fb522fa6cdbdcefa7d02b453a49e (diff) | |
download | libnice-ae2172a5d0f7ce6e5cada10c832adc98242c8dcf.tar.gz |
create nice.h
darcs-hash:20070129173714-c9803-8521814bf1883decc43e3429fd9f3d5b877c4f32.gz
Diffstat (limited to 'nice/nice.h')
-rw-r--r-- | nice/nice.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nice/nice.h b/nice/nice.h new file mode 100644 index 0000000..2165042 --- /dev/null +++ b/nice/nice.h @@ -0,0 +1,10 @@ + +#ifndef _NICE_H +#define _NICE_H + +#include "udp.h" +#include "udp-fake.h" +#include "agent.h" + +#endif /* _NICE_H */ + |