summaryrefslogtreecommitdiffabout
path: root/src/eyefiworker.h
blob: afb97c7438d4760600a47bb13e3cc4e9f46de8bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __EYEFIWORKER_H
#define __EYEFIWORKER_H

#include "soapeyefiService.h"

class eyefiworker : public eyefiService {
    public:

	eyefiworker();

	int run(int port) __attribute__ ((noreturn));

};

#endif /* __EYEFIWORKER_H */