summaryrefslogtreecommitdiffstats
path: root/Include/modsupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/modsupport.h')
-rw-r--r--Include/modsupport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/modsupport.h b/Include/modsupport.h
index a1f3f1c..69378cd 100644
--- a/Include/modsupport.h
+++ b/Include/modsupport.h
@@ -35,6 +35,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <stdarg.h>
extern int getargs PROTO((object *, char *, ...));
+extern int newgetargs PROTO((object *, char *, ...));
extern object *mkvalue PROTO((char *, ...));
#else