* flood_subst_file.h
  (close_subst_file): Remove as this is no longer public.


git-svn-id: https://svn.apache.org/repos/asf/httpd/flood/trunk@696049 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/flood_subst_file.h b/flood_subst_file.h
index 640ccb0..538067a 100644
--- a/flood_subst_file.h
+++ b/flood_subst_file.h
@@ -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