aboutsummaryrefslogtreecommitdiff
path: root/src/dc.h
blob: 34ddf09f896a425281f2d8e5997c5c5f4b9db669 (plain)
1
2
3
4
5
6
7
8
#ifndef DC_H
#define DC_H

#include "event.h"

int is_flasher(event *ev);

#endif