mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Cleanup
This commit is contained in:
parent
ba2d49d2f7
commit
1dc3a3891d
2 changed files with 1 additions and 1 deletions
|
|
@ -29,5 +29,6 @@ enum alert_t
|
|||
ALERT_END,
|
||||
};
|
||||
|
||||
enum alert_t alert_option_parse(const char *arg);
|
||||
void alert_connect(void);
|
||||
void alert_disconnect(void);
|
||||
|
|
|
|||
|
|
@ -75,4 +75,3 @@ void options_parse(int argc, char *argv[]);
|
|||
void options_parse_final(int argc, char *argv[]);
|
||||
|
||||
void line_pulse_duration_option_parse(const char *arg);
|
||||
enum alert_t alert_option_parse(const char *arg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue