/usr/include/ncarg/hlu/DataCommF.h is in libncarg-dev 6.2.0-3+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 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | /*
* $Id: DataCommF.h,v 1.4 1995-02-17 10:23:07 boote Exp $
*/
/************************************************************************
* *
* Copyright (C) 1993 *
* University Corporation for Atmospheric Research *
* All Rights Reserved *
* *
************************************************************************/
/*
* File: DataCommF.h
*
* Author: Jeff W. Boote
* National Center for Atmospheric Research
* PO 3000, Boulder, Colorado
*
* Date: Fri Aug 6 15:26:40 MDT 1993
*
* Description: This file contains all the declarations that are
* needed for "friend" classes of the DataComm.
*/
#ifndef _NDataCommF_H
#define _NDataCommF_H
#include <ncarg/hlu/DataComm.h>
/*
* Private API to be used by the DataMgr class only.
*/
extern NhlErrorTypes _NhlUpdateData(
#if NhlNeedProto
int dcommid
#endif
);
#endif /* _NDataCommF_H */
|