mirror of
https://github.com/Derisis13/Shutter.git
synced 2025-12-06 19:32:48 +01:00
19 lines
308 B
C
19 lines
308 B
C
//
|
|
// 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_
|