diff -r 96b4b92b86ae -r 9c3129cb019b src/depot.cpp --- a/src/depot.cpp Wed Jan 10 18:44:52 2007 +0000 +++ b/src/depot.cpp Wed Jan 10 18:56:51 2007 +0000 @@ -122,6 +122,6 @@ } } -const ChunkHandler _depot_chunk_handlers[] = { +extern const ChunkHandler _depot_chunk_handlers[] = { { 'DEPT', Save_DEPT, Load_DEPT, CH_ARRAY | CH_LAST}, };