Imported Upstream version 1.8.7
[debian/sudo] / include / fileops.h
index cd0a0dfe82813ef14c5b79f5539390c49b8229ea..9cb537fdadba6244b3ee54a7cc54bc1d8561dcee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 2010, 2011, 2013 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * 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 */