blob: 4d68dd6c890be9404b638106ec63731069295778 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
/*
* psGdbm.h --
*
* See the file "license.txt" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
* ---------------------------------------------------------------------------
*/
#ifndef _PSGDBM_H_
#define _PSGDBM_H_
void Sv_RegisterGdbmStore();
#endif /* _PSGDBM_H_ */
/* EOF $RCSfile */
/* Emacs Setup Variables */
/* Local Variables: */
/* mode: C */
/* indent-tabs-mode: nil */
/* c-basic-offset: 4 */
/* End: */
|