aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/lgl/strverscmp.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-10-09 21:32:17 +0000
committerChristian Grothoff <christian@grothoff.org>2008-10-09 21:32:17 +0000
commit8bee920d50ed850e0354b18c6b8cd4a993069620 (patch)
treeef19f32609cb92364dd70f95510bd328d8b74f60 /src/daemon/https/lgl/strverscmp.h
parent6ff7b62145bb2d38f3ca5e23d3a8b80c54f0c0dd (diff)
downloadlibmicrohttpd-8bee920d50ed850e0354b18c6b8cd4a993069620.tar.gz
libmicrohttpd-8bee920d50ed850e0354b18c6b8cd4a993069620.zip
mega-renaming to avoid exporting symbols not starting with MHD
Diffstat (limited to 'src/daemon/https/lgl/strverscmp.h')
-rw-r--r--src/daemon/https/lgl/strverscmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/https/lgl/strverscmp.h b/src/daemon/https/lgl/strverscmp.h
index d95d7b31..48919889 100644
--- a/src/daemon/https/lgl/strverscmp.h
+++ b/src/daemon/https/lgl/strverscmp.h
@@ -19,6 +19,6 @@
19#ifndef STRVERSCMP_H_ 19#ifndef STRVERSCMP_H_
20# define STRVERSCMP_H_ 20# define STRVERSCMP_H_
21 21
22int strverscmp (const char *, const char *); 22int MHD_strverscmp (const char *, const char *);
23 23
24#endif /* not STRVERSCMP_H_ */ 24#endif /* not STRVERSCMP_H_ */