make oldconfig will rebuild these...
[linux-2.4.21-pre4.git] / net / khttpd / security.h
1 #ifndef _INCLUDE_GUARD_SECURITY_H
2 #define _INCLUDE_GUARD_SECURITY_H
3
4 struct DynamicString;
5
6 struct DynamicString
7 {
8         struct DynamicString* Next;
9         char value[32-sizeof(void*)];  /* fill 1 cache-line */
10 };
11
12 #endif