]> andersk Git - moira.git/blame_incremental - backup/dump_db.h
Throw away rest of field if too long
[moira.git] / backup / dump_db.h
... / ...
CommitLineData
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 0.036851 seconds and 5 git commands to generate.