diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-08 23:39:10 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-08 23:39:10 +0200 |
| commit | c301a55b88a131f081a844552327c0ab85db017c (patch) | |
| tree | ceff7f5058027bd260d6fe91c9ab705e40688421 /util.h | |
| parent | fe84e69990a9f156a818eb1547384812bc9db41c (diff) | |
connect st term api
Diffstat (limited to 'util.h')
| -rw-r--r-- | util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #ifndef UTIL_H #define UTIL_H -void die(const char *error); +void die(const char *fmt, ...); #endif |