stasis-aries-wal/stasis/recovery.h

10 lines
237 B
C
Raw Normal View History

2004-06-24 21:10:31 +00:00
#ifndef __LLADD_RECOVERY2_H
#define __LLADD_RECOVERY2_H
void InitiateRecovery();
/** This really doesn't belong in recovery.c, but there's so much code overlap, it doesn't make sense not to put it there. */
void undoTrans();
#endif