File: compare.h

package info (click to toggle)
libuuid-perl 0.37-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,092 kB
  • sloc: ansic: 2,374; perl: 580; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 429 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef UU_COMPARE_H
#define UU_COMPARE_H

#include "ulib/UUID.h"

IV uu_cmp_struct1(const struct_uu_t *us1, const struct_uu_t *us2);
IV uu_cmp_struct4(const struct_uu_t *us1, const struct_uu_t *us2);
IV uu_cmp_struct6(const struct_uu_t *us1, const struct_uu_t *us2);
IV uu_cmp_struct7(const struct_uu_t *us1, const struct_uu_t *us2);
IV uu_cmp_binary(const uu_t uu1, const uu_t uu2);

#endif
/* ex:set ts=2 sw=2 itab=spaces: */