You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2008/09/16 22:46:46 UTC

svn commit: r696049 - /httpd/flood/trunk/flood_subst_file.h

Author: jerenkrantz
Date: Tue Sep 16 13:46:46 2008
New Revision: 696049

URL: http://svn.apache.org/viewvc?rev=696049&view=rev
Log:
* flood_subst_file.h
  (close_subst_file): Remove as this is no longer public.

Modified:
    httpd/flood/trunk/flood_subst_file.h

Modified: httpd/flood/trunk/flood_subst_file.h
URL: http://svn.apache.org/viewvc/httpd/flood/trunk/flood_subst_file.h?rev=696049&r1=696048&r2=696049&view=diff
==============================================================================
--- httpd/flood/trunk/flood_subst_file.h (original)
+++ httpd/flood/trunk/flood_subst_file.h Tue Sep 16 13:46:46 2008
@@ -32,8 +32,6 @@
 
 void subst_file_err(const char*, const char*, apr_status_t);
 int subst_file_open(apr_file_t**, const char*, apr_off_t*, apr_pool_t*);
-int close_subst_file(apr_file_t*);
 char* subst_file_entry_get(apr_file_t**, apr_off_t*, char*, int);
 subst_rec_t* subst_file_get(const char*, subst_rec_t*);
-
 #endif