summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-08-04 02:35:50 -0400
committermidipix <writeonce@midipix.org>2018-08-04 05:12:13 -0400
commite203594f6b01576630ef72a6ac6872e52f97c4c2 (patch)
treeac8d4f7026372c2fc9044ab82292ab2332d0b4e8 /include
parent4866020cc2a320a52c073969c8229397ae851336 (diff)
downloadsofort-e203594f6b01576630ef72a6ac6872e52f97c4c2.tar.bz2
sofort-e203594f6b01576630ef72a6ac6872e52f97c4c2.tar.xz
library header: removed named parameters in anticipation of documentation.
Diffstat (limited to 'include')
-rw-r--r--include/sofort/sofort.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sofort/sofort.h b/include/sofort/sofort.h
index a479e73..76aeeca 100644
--- a/include/sofort/sofort.h
+++ b/include/sofort/sofort.h
@@ -105,12 +105,12 @@ struct sfrt_unit_ctx {
};
/* driver api */
-sfrt_api int sfrt_get_driver_ctx (char ** argv, char ** envp, uint32_t flags,
+sfrt_api int sfrt_get_driver_ctx (char **, char **, uint32_t,
struct sfrt_driver_ctx **);
sfrt_api void sfrt_free_driver_ctx (struct sfrt_driver_ctx *);
-sfrt_api int sfrt_get_unit_ctx (const struct sfrt_driver_ctx *, const char * path,
+sfrt_api int sfrt_get_unit_ctx (const struct sfrt_driver_ctx *, const char *,
struct sfrt_unit_ctx **);
sfrt_api void sfrt_free_unit_ctx (struct sfrt_unit_ctx *);