diff options
author | Werner Koch <wk@gnupg.org> | 1998-11-27 21:40:56 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-11-27 21:40:56 +0100 |
commit | df1326eb0565640130b939526b6919c7d8dc89a9 (patch) | |
tree | 2bf3cb1af5528ee43c321bd56869995149ac5422 /include | |
parent | See ChangeLog: Fri Nov 27 15:30:24 CET 1998 Werner Koch (diff) | |
download | gnupg2-df1326eb0565640130b939526b6919c7d8dc89a9.tar.xz gnupg2-df1326eb0565640130b939526b6919c7d8dc89a9.zip |
See ChangeLog: Fri Nov 27 21:37:41 CET 1998 Werner Koch
Diffstat (limited to 'include')
-rw-r--r-- | include/util.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h index fdea00350..892d508cc 100644 --- a/include/util.h +++ b/include/util.h @@ -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); |