diff options
| -rw-r--r-- | Include/modsupport.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/modsupport.h b/Include/modsupport.h index ee648a655b..d406bf60d5 100644 --- a/Include/modsupport.h +++ b/Include/modsupport.h @@ -7,5 +7,3 @@ struct methodlist { 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)); |
