]> andersk Git - moira.git/blob - backup/dump_db.h
Now rcp'ing with encryption, and actually checking that backup succeeded.
[moira.git] / backup / dump_db.h
1 /* $Header$ */
2
3 #define SEP_CHAR        ('|')
4
5 #define dump_nl(f) { if (putc('\n', f) < 0) wpunt(); }
6 #define dump_sep(f) { if (putc(SEP_CHAR, f) < 0) wpunt(); }
7                            
This page took 0.218477 seconds and 5 git commands to generate.