Robert P. Day removed 8 gazillion occurrences of "extern" on function
definitions. (That should only be on prototypes.)
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include <string.h>
|
||||
#include "libbb.h"
|
||||
|
||||
extern char *concat_path_file(const char *path, const char *filename)
|
||||
char *concat_path_file(const char *path, const char *filename)
|
||||
{
|
||||
char *lc;
|
||||
|
||||
|
Reference in New Issue
Block a user