]> andersk Git - moira.git/blob - backup/dump_db.h
changed ../db/dbbuild to ../db/newdb, since that's what the file is
[moira.git] / backup / dump_db.h
1 #define dump_nl(f) { if (putc('\n', f) < 0) wpunt(); }
2 #define dump_sep(f) { if (putc(':', f) < 0) wpunt(); }
3                            
This page took 1.075467 seconds and 5 git commands to generate.