|
root / base / usr / src / lib / libsqlite / sqlite-misc.h
sqlite-misc.h C 23 lines 349 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
 * Use is subject to license terms.
 */

#ifndef	_SQLITE_MISC_H
#define	_SQLITE_MISC_H

#ifdef	__cplusplus
extern "C" {
#endif

/*
 * defines an extra temp directory to try first
 */
extern const char *sqlite_temp_directory;

#ifdef	__cplusplus
}
#endif

#endif	/* _SQLITE_MISC_H */