From: Jim Meyering Date: Tue, 27 Apr 2004 15:00:32 +0000 (+0000) Subject: (rm): Add `extern' keyword. X-Git-Tag: v5.3.0~1665 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b34611fd0f2b8116739017734755de42e3476de7;p=thirdparty%2Fcoreutils.git (rm): Add `extern' keyword. --- diff --git a/src/remove.c b/src/remove.c index 7e6061a18e..a83fc7979b 100644 --- a/src/remove.c +++ b/src/remove.c @@ -1118,7 +1118,7 @@ rm_1 (Dirstack_state *ds, char const *filename, /* Remove all files and/or directories specified by N_FILES and FILE. Apply the options in X. */ -enum RM_status +extern enum RM_status rm (size_t n_files, char const *const *file, struct rm_options const *x) { struct saved_cwd *cwd_state = NULL;