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

Revision 23178, 181 bytes checked in by broder, 16 years ago (diff)
Take a new snapshot from CVS for Moira, and add a debathena-moira-update-server package
Line 
1/* $Header$
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.