List all supported format sequences in the output of "--help".

This commit is contained in:
Andrew Wood
2024-12-08 20:40:05 +00:00
parent fb2e6b4074
commit f495303177
11 changed files with 129 additions and 40 deletions
+5
View File
@@ -275,6 +275,11 @@ extern void pv_sig_fini(pvstate_t);
*/
extern void pv_state_free(/*@only@*/ pvstate_t);
/*
* Return a string listing all supported format sequences.
*/
/*@null@*/ char *pv_format_sequences(void);
#if ! HAVE_SETPROCTITLE
void initproctitle(int, char **);
void setproctitle(const char *, ...);