summaryrefslogtreecommitdiff
path: root/amiga.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga.h')
-rw-r--r--amiga.h5
1 files changed, 2 insertions, 3 deletions
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);