blob: b72e0f0988121b15ee83c426274414d26efec463 [file] [log] [blame]
#ifndef _LYNQ_ALARM_H_
#define _LYNQ_ALARM_H_
#include<stdio.h>
#include<stdlib.h>
#include<regex.h>
#include<stdbool.h>
#include<time.h>
#include<string.h>
#ifdef __cplusplus
extern "C" {
#endif
ssize_t wakealarm(char *buffer);
ssize_t poweralarm(char *buffer);
int cancel_wakealarm(void);
#ifdef __cplusplus
}
#endif
#endif