diff options
author | 2019-05-26 14:46:36 +0300 | |
---|---|---|
committer | 2019-05-26 14:46:36 +0300 | |
commit | b25865cc827f4a6a9c31f3d92a4e443485fd5d93 (patch) | |
tree | cd970a7a90ef9bb67004c212a08499600c18cb8d /include/net.h | |
parent | 3397ca1e68f69259cca56751af73f3f0706b6831 (diff) | |
download | usurpation-b25865cc827f4a6a9c31f3d92a4e443485fd5d93.tar.gz usurpation-b25865cc827f4a6a9c31f3d92a4e443485fd5d93.tar.bz2 usurpation-b25865cc827f4a6a9c31f3d92a4e443485fd5d93.zip |
common: cosmetic changes.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
Diffstat (limited to 'include/net.h')
-rw-r--r-- | include/net.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net.h b/include/net.h index 6860455..59071a5 100644 --- a/include/net.h +++ b/include/net.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#ifndef NET_H_INCLUDED -#define NET_H_INCLUDED +#ifndef USURPATION_NET_H_INCLUDED +#define USURPATION_NET_H_INCLUDED #define dgsize 512 @@ -50,4 +50,4 @@ int net_close(int nd); */ int net_getlastdata(int nd, char * const data); -#endif /* NET_H_INCLUDED */ +#endif /* USURPATION_NET_H_INCLUDED */ |