/usr/include/openct/path.h is in libopenct1-dev 0.6.20-1.2ubuntu1.
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 | /*
* Path handling routines
*
* Copyright (C) 2006, Andreas Jellinghaus <aj@dungeon.inka.de>
*/
#ifndef OPENCT_PATH_H
#define OPENCT_PATH_H
#ifdef __cplusplus
extern "C" {
#endif
extern int ct_format_path(char *path, const size_t pathlen, const char *file);
#ifdef __cplusplus
}
#endif
#endif /* OPENCT_PATH_H */
|