1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

Add missing stub, fixed comment typos

This commit is contained in:
Werner Koch 2000-12-28 19:32:55 +00:00
parent 94c45b7ff3
commit 9b12847f25
4 changed files with 4 additions and 2 deletions

View file

@ -358,6 +358,7 @@ void disable_dotlock(void) {}
DOTLOCK create_dotlock( const char *file_to_lock ) { return NULL; }
int make_dotlock( DOTLOCK h, long timeout ) { return 0;}
int release_dotlock( DOTLOCK h ) {return 0;}
void remove_lockfiles(void) {}