diff options
author | Thomas White <taw@physics.org> | 2011-04-07 19:37:03 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:24 +0100 |
commit | 3346edad408d3597b9b1c3f04f693182eebfccb0 (patch) | |
tree | d9c19e3290646b610b4acd0be3f602d170aad5c6 /src/detector.c | |
parent | 46e994d788451cd890151ee6a3b6245f78235ea5 (diff) |
More fussiness / tidy up
Diffstat (limited to 'src/detector.c')
-rw-r--r-- | src/detector.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/detector.c b/src/detector.c index da57c658..0b4bf2fa 100644 --- a/src/detector.c +++ b/src/detector.c @@ -507,6 +507,7 @@ static void parse_toplevel(struct detector *det, const char *key, } } + struct detector *get_detector_geometry(const char *filename) { FILE *fh; |