summaryrefslogtreecommitdiff
path: root/agent/address.c
diff options
context:
space:
mode:
authorYouness Alaoui <kakaroto@kakaroto.(none)>2008-11-03 16:30:05 -0500
committerYouness Alaoui <kakaroto@kakaroto.(none)>2008-11-03 16:30:05 -0500
commit753b61bd6980cd6ac495c51f5d7c5b04a1aadedb (patch)
tree301e7eb7d5526d94d9f5579fdddcc4c1bed0c9f8 /agent/address.c
parentbbefb854c79fe7a6da74cc602ec01ca61b555a0e (diff)
downloadlibnice-753b61bd6980cd6ac495c51f5d7c5b04a1aadedb.tar.gz
Add an else to HAVE_CONFIG_H in order to define NICEAPI_EXPORT. Also removed that define from not public functions and removed them from libnice.sym
Diffstat (limited to 'agent/address.c')
-rw-r--r--agent/address.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/agent/address.c b/agent/address.c
index 1c62134..7d390d8 100644
--- a/agent/address.c
+++ b/agent/address.c
@@ -37,6 +37,8 @@
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
+#else
+#define NICEAPI_EXPORT
#endif
#include <string.h>