Revision 24250,
294 bytes
checked in by broder, 15 years ago
(diff) |
New Moira snapshot from subversion.
Sorry for the large diff - looks like all of the keywords changed in
the SVN import process.
|
Line | |
---|
1 | /* $Header: /afs/.athena.mit.edu/astaff/project/moiradev/repository/moira/server/qrtn.h,v 1.6 2000-01-28 00:03:36 danw Exp $ |
---|
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.