summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2008-12-05 07:16:10 +0000
committerPaul Querna <pquerna@apache.org>2008-12-05 07:16:10 +0000
commitb560421e74e9fd158e2dadd7111b08660fdf6e61 (patch)
treebf7ec69b390fddc92dcffef8fc9b165908b9b743
parentba87dcea6aaebf414aa0ad6dc915f09d91203194 (diff)
downloadhttpd-b560421e74e9fd158e2dadd7111b08660fdf6e61.tar.gz
Use only c89 style comments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/wombat-integration@723628 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--modules/wombat/vmprep.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/wombat/vmprep.h b/modules/wombat/vmprep.h
index 97f0937e72..085348b477 100644
--- a/modules/wombat/vmprep.h
+++ b/modules/wombat/vmprep.h
@@ -100,13 +100,13 @@ void apw_load_apache2_lmodule(lua_State *L);
* a handle to a lua state. If there is not an extant vm matching the
* spec then a new one is created.
*/
-// lua_State* apw_rgetvm(request_rec *r, apw_vm_spec *spec);
+/* lua_State* apw_rgetvm(request_rec *r, apw_vm_spec *spec); */
/* returns NULL if the spec requires a request scope */
-// lua_State* apw_cgetvm(conn_rec *r, apw_vm_spec *spec);
+/* lua_State* apw_cgetvm(conn_rec *r, apw_vm_spec *spec);*/
/* returns NULL if the spec requires a request scope or conn scope */
-// lua_State* apw_sgetvm(server_rec *r, apw_vm_spec *spec);
+/* lua_State* apw_sgetvm(server_rec *r, apw_vm_spec *spec); */
typedef void (*apw_lua_state_open_callback) (lua_State* L, apr_pool_t* p, void* ctx);