1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

Rename rstack_dump to apl_rstack_dump.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728540 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Paul Querna
2008-12-21 22:40:43 +00:00
parent ce336c773a
commit a36f6f7048
2 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@
#define lua_unboxpointer(L,i) (*(void **)(lua_touserdata(L, i)))
#endif
void rstack_dump(lua_State *L, request_rec *r, const char *msg);
void apl_rstack_dump(lua_State *L, request_rec *r, const char *msg);
typedef struct
{