Add clang-tidy target and fix problems
This commit is contained in:
parent
fca35ade9e
commit
f97b149376
25 changed files with 199 additions and 115 deletions
include/models
|
@ -65,4 +65,10 @@ schedule_uid_parse(const char *uid_str, uuid_t result);
|
|||
void
|
||||
schedule_uid_unparse(const uuid_t uid, char *result);
|
||||
|
||||
void
|
||||
schedule_get_uid_off(uuid_t target);
|
||||
|
||||
void
|
||||
schedule_get_uid_on(uuid_t target);
|
||||
|
||||
#endif /* CORE_SCHEDULE_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue