/usr/include/dpm/Clogit.h is in libdpm-dev 1.8.7-3.1+b1.
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 18 19 20 21 22 | /*
* $Id: Clogit.h 4489 2011-06-20 07:00:04Z baud $
*/
/*
* Copyright (C) 2010-2011 by CERN/IT/GT/DMS
* All rights reserved
*/
/*
* @(#)$RCSfile: Clogit.h $ $Revision: 4489 $ $Date: 2011-06-20 09:00:04 +0200 (Mon, 20 Jun 2011) $ CERN IT-GT/DMS Jean-Philippe Baud
*/
#ifndef _CLOGIT_H
#define _CLOGIT_H
#include <stdarg.h>
#include "osdep.h"
EXTERN_C int DLL_DECL Cinitlog _PROTO((char *, char *));
EXTERN_C int DLL_DECL Clogit _PROTO((int, char *, char *, ...));
EXTERN_C int DLL_DECL Cvlogit _PROTO((int, char *, char *, va_list));
#endif
|