source:
trunk/third/moira/server/qrtn.h
@
23178
Revision 23178, 181 bytes checked in by broder, 16 years ago (diff) |
---|
Line | |
---|---|
1 | /* $Header$ |
2 | * |
3 | * Used by the SQL query routines of the Moira server. |
4 | */ |
5 | |
6 | #define MR_STMTBUF_LEN 1024 |
7 | extern char stmt_buf[MR_STMTBUF_LEN]; |
8 | |
9 | void dbmserr(void); |
10 | |
11 | /* eof:qtrn.h */ |
Note: See TracBrowser
for help on using the repository browser.