/usr/include/planarity/graphK33Search.h is in libplanarity-dev 3.0.0.5-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 21 22 23 24 25 | #ifndef GRAPH_K33SEARCH_H
#define GRAPH_K33SEARCH_H
/*
Copyright (c) 1997-2015, John M. Boyer
All rights reserved.
See the LICENSE.TXT file for licensing information.
*/
#include "graphStructures.h"
#ifdef __cplusplus
extern "C" {
#endif
#define K33SEARCH_NAME "K33Search"
int gp_AttachK33Search(graphP theGraph);
int gp_DetachK33Search(graphP theGraph);
#ifdef __cplusplus
}
#endif
#endif
|