source: trunk/third/moira/server/qrtn.h @ 24319

Revision 24319, 287 bytes checked in by broder, 14 years ago (diff)
New Moira snapshot from SVN.
Line 
1/* $HeadURL: svn+ssh://svn.mit.edu/moira/trunk/moira/server/qrtn.h $ $Id: qrtn.h 3956 2010-01-05 20:56:56Z zacheiss $
2 *
3 *  Used by the SQL query routines of the Moira server.
4 */
5
6#define MR_STMTBUF_LEN 1024
7extern char stmt_buf[MR_STMTBUF_LEN];
8
9void dbmserr(void);
10
11/* eof:qtrn.h */
Note: See TracBrowser for help on using the repository browser.