aboutsummaryrefslogtreecommitdiff
path: root/src/cell.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-03-26 16:23:21 +0100
committerThomas White <taw@physics.org>2010-03-26 16:23:21 +0100
commit6a2ebece241fd5d1a82787b446d8eb7b273ae97e (patch)
tree4e60ef94a90351bbf2439b29fbc3284b8176e9a4 /src/cell.h
parent6a9811f69425e47b061f4987970681dbbf27a2bd (diff)
Don't try to render PDBs, part II: remove "molecule" from "struct image".
Diffstat (limited to 'src/cell.h')
-rw-r--r--src/cell.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cell.h b/src/cell.h
index 5a534268..924cb0ef 100644
--- a/src/cell.h
+++ b/src/cell.h
@@ -77,4 +77,6 @@ extern void cell_print(UnitCell *cell);
extern UnitCell *match_cell(UnitCell *cell, UnitCell *template, int verbose);
+extern UnitCell *load_cell_from_pdb(const char *filename);
+
#endif /* CELL_H */