Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/include/btrace.h
blob: a01493418b6519fd93b231f6fe9a51d5eed20549 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef BTRACE_H
#define BTRACE_H
#ifdef __cplusplus
extern "C" {
#endif
    int boundarytrace(int x1, int y1, int x2, int y2, number_t * xpos,
		      number_t * ypos);
    int boundarytraceall(number_t * xpos, number_t * ypos);
#ifdef __cplusplus
}
#endif
#endif