Revision: 14635
Author: adrian.chadd
Date: Wed Apr 21 07:26:39 2010
Log: Remove unneeded global prototypes
http://code.google.com/p/lusca-cache/source/detail?r=14635
Modified:
/branches/LUSCA_HEAD/src/client_side_storeurl_rewrite.c
/branches/LUSCA_HEAD/src/protos.h
=======================================
--- /branches/LUSCA_HEAD/src/client_side_storeurl_rewrite.c Fri Jan 4
23:31:59 2008
+++ /branches/LUSCA_HEAD/src/client_side_storeurl_rewrite.c Wed Apr 21
07:26:39 2010
@@ -35,10 +35,12 @@
#include "squid.h"
+static void clientStoreURLRewriteDone(void *data, char *result);
+
/* Local functions */
-void
+static void
clientStoreURLRewriteAccessCheckDone(int answer, void *data)
{
clientHttpRequest *http = data;
@@ -65,7 +67,7 @@
}
}
-void
+static void
clientStoreURLRewriteDone(void *data, char *result)
{
clientHttpRequest *http = data;
=======================================
--- /branches/LUSCA_HEAD/src/protos.h Wed Apr 21 07:10:06 2010
+++ /branches/LUSCA_HEAD/src/protos.h Wed Apr 21 07:26:39 2010
@@ -1045,9 +1045,7 @@
extern void clientRedirectStart(clientHttpRequest * http);
/* client_side_storeurl_rewrite.c */
-extern void clientStoreURLRewriteAccessCheckDone(int answer, void *data);
extern void clientStoreURLRewriteStart(clientHttpRequest * http);
-extern void clientStoreURLRewriteDone(void *data, char *result);
/* statIapp.c */
extern void statIappStats(StoreEntry *sentry);
--
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en.