From 74103b6a0ede67d270bb6850ae12578df62032fd Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 27 Jun 2009 12:38:23 -0400 Subject: Successfully starting FastCGI sessions with Apache --- src/c/queue.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/c/queue.h (limited to 'src/c/queue.h') diff --git a/src/c/queue.h b/src/c/queue.h new file mode 100644 index 00000000..8297dd00 --- /dev/null +++ b/src/c/queue.h @@ -0,0 +1,7 @@ +#ifndef QUEUE_H +#define QUEUE_H + +int uw_dequeue(); +void uw_enqueue(int); + +#endif -- cgit v1.2.3