stasis-aries-wal/lladd/operations/alloc.h

12 lines
197 B
C
Raw Normal View History

2004-06-24 21:10:31 +00:00
#include <lladd/operations.h>
#ifndef __ALLOC_H
#define __ALLOC_H
Operation getAlloc();
Operation getDealloc();
recordid Talloc(int xid, long size);
2004-06-24 21:10:31 +00:00
void Tdealloc(int xid, recordid rid);
#endif