/usr/include/libcue-1.4/libcue/libcue.h is in libcue-dev 1.4.0-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 | /*
* Copyright (c) 2009, 2010 Jochen Keil
* For license terms, see the file COPYING in this distribution.
*/
#include "cd.h"
Cd* cue_parse_file(FILE*);
Cd* cue_parse_string(const char*);
|