/usr/include/paradox-gsf.h is in pxlib-dev 0.6.7-1.
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 | #ifndef __PARADOX_GSF_H__
#define __PARADOX_GSF_H__
#define PX_HAVE_GSF
#if HAVE_GSF
#include <gsf/gsf-input-stdio.h>
#include <gsf/gsf-input-memory.h>
#include <gsf/gsf-output.h>
#endif
#define pxfIOGsf 2
#include <paradox.h>
#if HAVE_GSF
PXLIB_API int PXLIB_CALL
PX_open_gsf(pxdoc_t *pxdoc, GsfInput *gsf);
#endif
#endif
|