X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=innduct.git;a=blobdiff_plain;f=include%2Finn%2Fsequence.h;fp=include%2Finn%2Fsequence.h;h=0000000000000000000000000000000000000000;hp=d7bfa337e124ac0792402912a657765539e0f64f;hb=b7a32e2d73e3ab1add8208d3e157f7269a31ef4d;hpb=ac902a8299ff4469b356836f431ead31c3377377 diff --git a/include/inn/sequence.h b/include/inn/sequence.h deleted file mode 100644 index d7bfa33..0000000 --- a/include/inn/sequence.h +++ /dev/null @@ -1,21 +0,0 @@ -/* $Id: sequence.h 4871 2001-07-09 08:09:58Z alexk $ -** -** Sequence space arithmetic routines. -** -** This is a set of routines for implementing so called sequence -** space arithmetic (typically used for DNS serial numbers). The -** implementation here is taken from RFC 1982. -*/ - -#ifndef INN_SEQUENCE_H -#define INN_SEQUENCE_H 1 - -#include - -BEGIN_DECLS - -int seq_lcompare(unsigned long, unsigned long); - -END_DECLS - -#endif /* INN_SEQUENCE_H */