/usr/lib/ocaml/cryptgps/crypt_aux.mli is in libcryptgps-ocaml-dev 0.2.1-9build3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | (* $Id$
* ----------------------------------------------------------------------
*
*)
val quadruple_of_int32 :
int32 -> int32 -> (int * int * int * int)
val int32_of_quadruple :
(int * int * int * int) -> int32 ref -> int32 ref -> unit
(* ======================================================================
* History:
*
* $Log$
*
*)
|