Removed declarations of err_badargs [sic] and err_nomem.
diff --git a/Include/modsupport.h b/Include/modsupport.h
index ee648a6..d406bf6 100644
--- a/Include/modsupport.h
+++ b/Include/modsupport.h
@@ -7,5 +7,3 @@
 
 extern object *findmethod PROTO((struct methodlist *, object *, char *));
 extern object *initmodule PROTO((char *, struct methodlist *));
-extern int err_badargs PROTO((void));
-extern object *err_nomem PROTO((void));