diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-25 13:32:21 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-25 13:32:21 +0000 |
| commit | d8193b7bf893d0c4f3a508dc1eacf44a40cbfef3 (patch) | |
| tree | a3bd6f3986e10962db3f7920d25b2c9bca3b5353 /include/find.h | |
| parent | d864bf7907c814eef30e906e59b0890df34d311c (diff) | |
'find' will search repo for argument, 'list' will list all installed packages
Diffstat (limited to 'include/find.h')
| -rw-r--r-- | include/find.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/find.h b/include/find.h index a4bcefd..da5258f 100644 --- a/include/find.h +++ b/include/find.h @@ -1,4 +1,4 @@ #ifndef FIND #define FIND -void find(); +void find(const char* arg); #endif |
