/usr/include/ossim/vpfutil/vpfdisp.h is in libossim-dev 1.8.16-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 | /*******************/
/* vpfdispl.h */
/*******************/
#ifndef __vpfdisp_h__
#define __vpfdisp_h__
#include <ossim/vpfutil/vpfview.h>
#ifdef __cplusplus
extern "C" {
#endif
void vpf_display_record( row_type row,
vpf_table_type table,
FILE *fp );
void display_attributes( int fc,
ossim_int32 row,
library_type *library,
FILE *fp );
void format_date( date_type date, char *fmtdate );
#ifdef __cplusplus
}
#endif
#endif /* #ifndef __vpfdisp_h__ */
|