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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user