-rw-r--r-- | src/eyefiworker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eyefiworker.h b/src/eyefiworker.h index c08ec8b..afb97c7 100644 --- a/src/eyefiworker.h +++ b/src/eyefiworker.h | |||
@@ -1,15 +1,15 @@ | |||
1 | #ifndef __EYEFIWORKER_H | 1 | #ifndef __EYEFIWORKER_H |
2 | #define __EYEFIWORKER_H | 2 | #define __EYEFIWORKER_H |
3 | 3 | ||
4 | #include "soapeyefiService.h" | 4 | #include "soapeyefiService.h" |
5 | 5 | ||
6 | class eyefiworker : public eyefiService { | 6 | class eyefiworker : public eyefiService { |
7 | public: | 7 | public: |
8 | 8 | ||
9 | eyefiworker(); | 9 | eyefiworker(); |
10 | 10 | ||
11 | int run(int port); | 11 | int run(int port) __attribute__ ((noreturn)); |
12 | 12 | ||
13 | }; | 13 | }; |
14 | 14 | ||
15 | #endif /* __EYEFIWORKER_H */ | 15 | #endif /* __EYEFIWORKER_H */ |