1.8.0a2 / extensions.c
Martian (martian@server.elysian.net)
Thu, 14 Dec 1995 17:59:37 PST
Does *dump_db_name in db_file.c need to be static?
I wrote a function to return the size of the file (one hasn't been added
to 1.8.0, I assume) but had it located in server.c. I'd like to move it
to extensions.c in the new version, but still need to change something
so I can get the name of the db file. Either refer to dump_db_name via
extern, or have server.c:main() call a verb in extentions.c to set a
variable there. Either way, I have to change another file. ::/
suggestions/ideas/put-downs?
- M