annotate stream/cache2.h @ 19963:601bd947b61d

Remove copy and paste error from FFmpeg sync, MPlayer does not support out-of-tree build directories.
author diego
date Sun, 24 Sep 2006 15:53:23 +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