sqlite-misc.h revision 7c478bd95313f5f23a4c958a745db2134aa03244
/*
* Copyright 2004 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
#ifndef _SQLITE_MISC_H
#define _SQLITE_MISC_H
#pragma ident "%Z%%M% %I% %E% SMI"
#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 */