diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-30 13:56:13 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-30 13:56:13 +0530 |
commit | 13f18ecfb05fb572b6f30364b570023661977ebb (patch) | |
tree | 153309290bca5ac6b731879c505f98bf8a9d437b /include/msg.h | |
parent | 01ef152082e4e396b4b5510aab642cf6235bc59d (diff) |
main: use getopt() to parse arguments
Diffstat (limited to 'include/msg.h')
-rw-r--r-- | include/msg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/msg.h b/include/msg.h index 418d9f3..300b3fb 100644 --- a/include/msg.h +++ b/include/msg.h @@ -29,6 +29,6 @@ typedef struct { char *base_directory; } msg_t; -int run(int argc, char **argv); +int run(void); #endif |