mirror of
https://github.com/Derisis13/Shutter.git
synced 2025-12-07 03:42:48 +01:00
Version 1.1: Second working version. First commit. Added features: disabling channels for the day by having the same raise and lower timings.
This commit is contained in:
19
idozites.h
Normal file
19
idozites.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// Created by lacko on 08/08/2021.
|
||||
//
|
||||
#ifndef _IDOZITES_H_
|
||||
#define _IDOZITES_H_
|
||||
|
||||
#include "redony.h"
|
||||
#include <time.h>
|
||||
#include <stdio.h>
|
||||
|
||||
void get_timing (redony *r, FILE *schedule);
|
||||
|
||||
buttons check_timing (redony *r);
|
||||
|
||||
int find_today (FILE *schedule);
|
||||
|
||||
int find_next_day (FILE *f);
|
||||
|
||||
#endif //_IDOZITES_H_
|
||||
Reference in New Issue
Block a user