locking.h: removed minor newline
[netsniff-ng.git] / src / misc.h
blob46cbbdc51d2ca0ac5487750930e1a9d37be62e03
1 /*
2 * netsniff-ng - the packet sniffing beast
3 * By Daniel Borkmann <daniel@netsniff-ng.org>
4 * Copyright 2011 Daniel Borkmann.
5 * Subject to the GPL, version 2.
6 */
8 #ifndef MISC_H
9 #define MISC_H
11 extern void check_for_root_maybe_die(void);
13 #endif /* MISC_H */