X-Git-Url: https://git.distorted.org.uk/~mdw/ezmlm/blobdiff_plain/5b62e993b0af39700031c2875d7f6654e6a02850..f8beb284087c279acfb30506f5bb32baa4949b44:/constmap.h diff --git a/constmap.h b/constmap.h index 3f29179..66be99f 100644 --- a/constmap.h +++ b/constmap.h @@ -16,5 +16,6 @@ struct constmap { extern int constmap_init(); extern void constmap_free(); extern char *constmap(); - +extern char *constmap_get(); +extern int constmap_index(); #endif