summaryrefslogtreecommitdiff
path: root/include/arch/win32/apr_arch_misc.h
diff options
context:
space:
mode:
authormturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>2008-04-17 10:29:57 +0000
committermturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>2008-04-17 10:29:57 +0000
commitfbf054763f533760409f7c77ab9895b9447e034d (patch)
treeb282078a732d245178a86a5c2dec0e056a0b2f78 /include/arch/win32/apr_arch_misc.h
parent47823c58e64a2d1fbfd340f3464d6424de93bf8b (diff)
downloadlibapr-fbf054763f533760409f7c77ab9895b9447e034d.tar.gz
Revert function proto change
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@649042 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/arch/win32/apr_arch_misc.h')
-rw-r--r--include/arch/win32/apr_arch_misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arch/win32/apr_arch_misc.h b/include/arch/win32/apr_arch_misc.h
index eecee26a5..1382f65d1 100644
--- a/include/arch/win32/apr_arch_misc.h
+++ b/include/arch/win32/apr_arch_misc.h
@@ -180,7 +180,7 @@ typedef enum {
DLL_defined = 6 // must define as last idx_ + 1
} apr_dlltoken_e;
-FARPROC apr_load_dll_func(apr_dlltoken_e fnLib, const char *fnName, int ordinal);
+FARPROC apr_load_dll_func(apr_dlltoken_e fnLib, char *fnName, int ordinal);
/* The apr_load_dll_func call WILL return 0 set error to
* ERROR_INVALID_FUNCTION if the function cannot be loaded