Revision 23740,
293 bytes
checked in by broder, 16 years ago
(diff) |
In moira:
* New CVS snapshot (Trac: #195)
* Drop patches that have been incorporated upstream.
* Update to build without krb4 on systems that no longer have it.
This doesn't build yet on squeeze, which lacks a krb4 library, but I'm
committing now before I start hacking away at a patch to fix that.
|
Rev | Line | |
---|
[23740] | 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 $ |
---|
[23095] | 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.