Added support for ignoring '-g' per GNU ls, thanks to David Vrabel
[oweals/busybox.git] / internal.h
index 6e4f06cb516fcb5dc3d3aefb61a944f95892ce0c..41a72e18a79dd70f56bef98463aa79f7cdb5ec2f 100644 (file)
@@ -258,7 +258,7 @@ extern long getNum (const char *cp);
 extern pid_t* findPidByName( char* pidName);
 extern void *xmalloc (size_t size);
 extern int find_real_root_device_name(char* name);
-extern char *cstring_lineFromFile(FILE *f);
+extern char *get_line_from_file(FILE *file);
 
 /* These parse entries in /etc/passwd and /etc/group.  This is desirable
  * for BusyBox since we want to avoid using the glibc NSS stuff, which