Skip to content

Commit 91ef875

Browse files
committed
Revert "Fix [-Wstrict-prototypes] warning in CLI SAPI"
Check if this is still needed This reverts commit 0f0674d.
1 parent 74ca0b2 commit 91ef875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/cli/ps_title.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ extern int get_ps_title(int* displen, const char** string);
3131

3232
extern const char* ps_title_errno(int rc);
3333

34-
extern int is_ps_title_available(void);
34+
extern int is_ps_title_available();
3535

3636
extern void cleanup_ps_args(char **argv);
3737

0 commit comments

Comments
 (0)