16664 Update AMD microcode to 20240710
[illumos-gate.git] / usr / src / lib / libsqlite / sqlite-misc.h
blob5f3cf4017990ad0b35acecc4df303bd55d76d142
1 /*
2 * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
3 * Use is subject to license terms.
4 */
6 #ifndef _SQLITE_MISC_H
7 #define _SQLITE_MISC_H
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
14 * defines an extra temp directory to try first
16 extern const char *sqlite_temp_directory;
18 #ifdef __cplusplus
20 #endif
22 #endif /* _SQLITE_MISC_H */