summaryrefslogtreecommitdiff
path: root/src/ne_207.h
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-10-09 13:31:00 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-10-09 13:31:00 +0000
commit97364ede4b92be93f22cd5643b39b0ba5d459090 (patch)
tree38ff78609fbf9178dd579a77ff9bf2f5c5214a3e /src/ne_207.h
parent3499db9486e82f8ca5534a90a7a0f5e475c1b298 (diff)
downloadneon-97364ede4b92be93f22cd5643b39b0ba5d459090.tar.gz
* src/: In all files, s/BEGIN_NEON_DECLS/NE_BEGIN_DECLS/g and
s/END_NEON_DECLS/NE_END_DECLS/g. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@733 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'src/ne_207.h')
-rw-r--r--src/ne_207.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ne_207.h b/src/ne_207.h
index 1ce8b06..8374dba 100644
--- a/src/ne_207.h
+++ b/src/ne_207.h
@@ -25,7 +25,7 @@
#include "ne_xml.h"
#include "ne_request.h" /* for ne_request */
-BEGIN_NEON_DECLS
+NE_BEGIN_DECLS
/* The defined state integer for the '{DAV:}prop' element. */
#define NE_207_STATE_PROP (50)
@@ -95,6 +95,6 @@ void *ne_207_get_current_response(ne_207_parser *p);
* The request object is destroyed in both cases. */
int ne_simple_request(ne_session *sess, ne_request *req);
-END_NEON_DECLS
+NE_END_DECLS
#endif /* DAV207_H */