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:
parent
94c45b7ff3
commit
9b12847f25
4 changed files with 4 additions and 2 deletions
|
@ -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) {}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue