diff options
| author | Lucas Castro <lucas@gnuabordo.com.br> | 2024-01-10 22:33:44 -0300 |
|---|---|---|
| committer | Lucas Castro <lucas@gnuabordo.com.br> | 2024-01-10 22:33:44 -0300 |
| commit | a4270020addc324fb60d2b1b446b41bc31e3baf8 (patch) | |
| tree | 8708f08c66a63f08c0cd88ab1a46faadcd3f4706 /cksum.h | |
Import Upstream version 1.0.4upstream/1.0.4
Diffstat (limited to 'cksum.h')
| -rw-r--r-- | cksum.h | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +/* + +(C) 2009-2011 Mika Ilmaranta <ilmis@nullnet.fi> + +License: GPLv2 + +*/ + +#ifndef __CKSUM_H__ +#define __CKSUM_H__ + +#include <sys/types.h> + +int in_cksum(u_short *p, int n); + +#endif + +/* EOF */ |
