X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=include%2Ffileops.h;h=cd0a0dfe82813ef14c5b79f5539390c49b8229ea;hb=ca5f7615983706c51b50ac5a8bfc4e123263df0e;hp=e1c93a69f12ccaf923f09064e55631890551bd5e;hpb=0b21e55969badb5a284e97d31432c3f9139bed27;p=debian%2Fsudo diff --git a/include/fileops.h b/include/fileops.h index e1c93a6..cd0a0df 100644 --- a/include/fileops.h +++ b/include/fileops.h @@ -26,7 +26,7 @@ struct timeval; -int lock_file(int, int); +bool lock_file(int, int); int touch(int, char *, struct timeval *); char *sudo_parseln(FILE *);