diff options
author | midipix <writeonce@midipix.org> | 2018-08-09 06:14:01 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-08-09 06:14:01 -0400 |
commit | c44aca813ce341a37492947f469a4eaedf570a9c (patch) | |
tree | 2fe91fdbba29c59d48b4bda09665549689dd205f /include | |
parent | 2672e2d2b68d3c66edd52293e1ab6cbe6b5f5b81 (diff) | |
download | apimagic-c44aca813ce341a37492947f469a4eaedf570a9c.tar.bz2 apimagic-c44aca813ce341a37492947f469a4eaedf570a9c.tar.xz |
front-end utility: amgc_main(): remove the redundant argc parameter.
Diffstat (limited to 'include')
-rw-r--r-- | include/apimagic/apimagic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apimagic/apimagic.h b/include/apimagic/apimagic.h index ceda5c9..0329c97 100644 --- a/include/apimagic/apimagic.h +++ b/include/apimagic/apimagic.h @@ -209,7 +209,7 @@ amgc_api int amgc_set_driver_fdctx (struct amgc_driver_ctx *, const struct amgc_api int amgc_lang_std_from_string (const char *); /* utility api */ -amgc_api int amgc_main (int, char **, char **, const struct amgc_fd_ctx *); +amgc_api int amgc_main (char **, char **, const struct amgc_fd_ctx *); amgc_api int amgc_list_unit_defines (const struct amgc_driver_ctx *, const struct amgc_unit_ctx *, |