summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/errno.h')
-rw-r--r--pjlib/include/pj/errno.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/pjlib/include/pj/errno.h b/pjlib/include/pj/errno.h
index df6c1b02..9d2c504f 100644
--- a/pjlib/include/pj/errno.h
+++ b/pjlib/include/pj/errno.h
@@ -352,11 +352,10 @@ PJ_DECL(pj_status_t) pj_register_strerror(pj_status_t start_code,
* - PJNATH_ERRNO_START (PJ_ERRNO_START_USER + PJ_ERRNO_SPACE_SIZE*4)
*/
-
-PJ_END_DECL
-
/* Internal */
void pj_errno_clear_handlers(void);
+PJ_END_DECL
+
#endif /* __PJ_ERRNO_H__ */