diff options
author | midipix <writeonce@midipix.org> | 2018-08-09 05:25:51 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-08-09 05:25:51 -0400 |
commit | 69302dc003c0e55dc9b5ce67b9bb3f2ad31d5284 (patch) | |
tree | 483f08f7bd0dc47ac0f75fb2e4fe46396593abdd /include | |
parent | a1d11435c880dcf7febbc590e04696a90923bcc3 (diff) | |
download | sofort-69302dc003c0e55dc9b5ce67b9bb3f2ad31d5284.tar.bz2 sofort-69302dc003c0e55dc9b5ce67b9bb3f2ad31d5284.tar.xz |
front-end utility: sfrt_main(): remove the redundant argc parameter.
Diffstat (limited to 'include')
-rw-r--r-- | include/sofort/sofort.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sofort/sofort.h b/include/sofort/sofort.h index e516d90..5495b94 100644 --- a/include/sofort/sofort.h +++ b/include/sofort/sofort.h @@ -129,7 +129,7 @@ sfrt_api int sfrt_get_driver_fdctx (const struct sfrt_driver_ctx *, struct sfrt_api int sfrt_set_driver_fdctx (struct sfrt_driver_ctx *, const struct sfrt_fd_ctx *); /* utility api */ -sfrt_api int sfrt_main (int, char **, char **, const struct sfrt_fd_ctx *); +sfrt_api int sfrt_main (char **, char **, const struct sfrt_fd_ctx *); sfrt_api int sfrt_output_dummy (const struct sfrt_driver_ctx *); /* dummy */ sfrt_api int sfrt_output_name (const struct sfrt_driver_ctx *, const struct sfrt_unit_ctx *); /* dummy */ |