Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

user_locks.h

Go to the documentation of this file.
00001 #ifndef USER_LOCKS_H
00002 #define USER_LOCKS_H
00003 
00004 int                     user_lock(unsigned int id1, unsigned int id2, LOCKMODE lockmode);
00005 int                     user_unlock(unsigned int id1, unsigned int id2, LOCKMODE lockmode);
00006 int                     user_write_lock(unsigned int id1, unsigned int id2);
00007 int                     user_write_unlock(unsigned int id1, unsigned int id2);
00008 int                     user_write_lock_oid(Oid oid);
00009 int                     user_write_unlock_oid(Oid oid);
00010 int                     user_unlock_all(void);
00011 #endif
00012 
00013 /*
00014  * Local Variables:
00015  *      tab-width: 4
00016  *      c-indent-level: 4
00017  *      c-basic-offset: 4
00018  * End:
00019  */

Generated on Sat Mar 27 19:20:44 2004 for Literature by doxygen 1.3.6-20040222