X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=include%2Ffileops.h;h=9cb537fdadba6244b3ee54a7cc54bc1d8561dcee;hb=e8db7f6eea9b35527ddd4532affabd18a30549b5;hp=cd0a0dfe82813ef14c5b79f5539390c49b8229ea;hpb=98b9fd63cd28a3636a7cd24641b8f497eaadcd50;p=debian%2Fsudo diff --git a/include/fileops.h b/include/fileops.h index cd0a0df..9cb537f 100644 --- a/include/fileops.h +++ b/include/fileops.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Todd C. Miller + * Copyright (c) 2010, 2011, 2013 Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -28,6 +28,6 @@ struct timeval; bool lock_file(int, int); int touch(int, char *, struct timeval *); -char *sudo_parseln(FILE *); +ssize_t sudo_parseln(char **buf, size_t *bufsize, unsigned int *lineno, FILE *fp); #endif /* _SUDO_FILEOPS_H */