mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Fri Nov 27 21:37:41 CET 1998 Werner Koch
This commit is contained in:
parent
d87a3c14c4
commit
df1326eb05
11 changed files with 238 additions and 59 deletions
|
@ -126,6 +126,13 @@ const char *default_strusage( int level );
|
|||
const char *strusage( int level );
|
||||
|
||||
|
||||
/*-- dotlock.c --*/
|
||||
const char *make_dotlock( const char *file_to_lock, long timeout );
|
||||
int release_dotlock( const char *lockfile );
|
||||
|
||||
|
||||
|
||||
|
||||
/*-- fileutil.c --*/
|
||||
char * make_basename(const char *filepath);
|
||||
char * make_dirname(const char *filepath);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue