Skip to content
This repository was archived by the owner on Mar 19, 2020. It is now read-only.

Commit bb79b68

Browse files
committed
removed dependency from header
1 parent b4ed353 commit bb79b68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xdccget.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
#define XDCCGET_H
33

44
#include "helper.h"
5-
#include <stdnoreturn.h>
65

76
struct xdccGetConfig *getCfg();
8-
void /*__attribute__ ((noreturn))*/ exitPgm(int retCode);
7+
void exitPgm(int retCode);
98

109
#endif

0 commit comments

Comments
 (0)