view lock.h @ 14:97ef217c3d89 noffle

[svn] Prepare for version 1.0pre5
author enz
date Tue, 18 Apr 2000 07:11:50 +0100
parents 04124a4423d4
children
line wrap: on
line source

/*
  lock.h

  Opening/Closing of the various databases: article overview database,
  articla database, groups database, outgoing articles database, requests
  database. Handles global lock.

  $Id: lock.h 3 2000-01-04 11:35:42Z enz $
*/

#ifndef LOCK_H
#define LOCK_H

#include "common.h"

/* Open all databases and set global lock. */
Bool
Lock_openDatabases( void );

/* Close all databases and release global lock. */
void
Lock_closeDatabases( void );

#endif