summaryrefslogtreecommitdiff
blob: 009f6e79ae864fd009f932423519711265568001 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Fix implicit function declaration

--- src/xml2ps.c
+++ src/xml2ps.c
@@ -36,7 +36,7 @@
 void read_sugar_syn(char *inpfile, long **sugar_syn);
 void get_sugar_syn(FILE *inp, char *value_ch);
 void get_chain_broken(long nres, double **a, double **b, long *chain_broken);
-
+extern void get_BDIR(char *BDIR, char *filename);
 
 
 FILE  *psfile;