annotate stream/cache2.h @ 21934:a18fc58a4900

1000l; fixed wrong operator precedence
author nicodvb
date Wed, 17 Jan 2007 21:42:04 +0000
parents 5385740067a1
children 3f0d00abc073
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19808
5385740067a1 * remove extern definitions of functions in .c files
attila
parents:
diff changeset
1 #ifndef _cache2_h
5385740067a1 * remove extern definitions of functions in .c files
attila
parents:
diff changeset
2 #define _cache2_h
5385740067a1 * remove extern definitions of functions in .c files
attila
parents:
diff changeset
3
5385740067a1 * remove extern definitions of functions in .c files
attila
parents:
diff changeset
4 extern void cache_uninit(stream_t *s);
5385740067a1 * remove extern definitions of functions in .c files
attila
parents:
diff changeset
5
5385740067a1 * remove extern definitions of functions in .c files
attila
parents:
diff changeset
6 #endif