Very old versions for history.
[opsoft_archive.git] / silentbob / silent_bob-1.2 / src / temp_names.h
blobe235b3d5ae1add66316d5cfd3097d7efb3a324df
1 /*
2 * (c) Oleg Puchinin 2006
3 * graycardinalster@gmail.com
5 */
7 #ifndef DEFINE_TEMP_NAMES
8 #define DEFINE_TEMP_NAMES
10 #define TMPNAME_FILES ".sb_files.tmp"
11 #define TMPNAME_TAGS ".sb_tags.tmp"
13 #endif