/usr/include/GNUstep/GDLAccess/EODelegateResponse.h is in libsope-dev 2.2.17-1build2.
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 | // $Id: EODelegateResponse.h 1 2004-08-20 10:38:46Z znek $
typedef enum {
EODelegateRejects,
EODelegateApproves,
EODelegateOverrides
} EODelegateResponse;
|