/usr/include/planarity/graphK23Search.private.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 26 27 | #ifndef GRAPH_K23SEARCH_PRIVATE_H
#define GRAPH_K23SEARCH_PRIVATE_H
/*
Copyright (c) 1997-2015, John M. Boyer
All rights reserved.
See the LICENSE.TXT file for licensing information.
*/
#include "graph.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct
{
// Overloaded function pointers
graphFunctionTable functions;
} K23SearchContext;
#ifdef __cplusplus
}
#endif
#endif
|