annotate stream/cache2.h @ 23624:f86b9bcf2d03

Return value of gtk_entry_get_text is const, so declare variables as const as well.
author reimar
date Sun, 24 Jun 2007 12:43:45 +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