From f222b19158a91b121af29a6a8eb5d74aa591078a Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 7 Apr 2006 01:43:44 +0000 Subject: Code cleanup: Remove all references to PARAMS() & ansi2knr. --- amiga.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'amiga.h') diff --git a/amiga.h b/amiga.h index 4b035a8..eed1db0 100644 --- a/amiga.h +++ b/amiga.h @@ -15,6 +15,5 @@ You should have received a copy of the GNU General Public License along with GNU Make; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ -extern int MyExecute PARAMS ((char ** argv)); -extern char * wildcard_expansion PARAMS ((char * wc, char * o)); - +int MyExecute (char ** argv); +char * wildcard_expansion (char * wc, char * o); -- cgit v1.2.3