* src/files.c (tryopen, tryclose): Move to the top.

Be static.
This commit is contained in:
Akim Demaille
2000-03-31 14:56:00 +00:00
parent cb7db13e45
commit cfe5fbc0a1
2 changed files with 40 additions and 31 deletions

View File

@@ -1,3 +1,8 @@
2000-03-31 Akim Demaille <akim@epita.fr>
* src/files.c (tryopen, tryclose): Move to the top.
Be static.
2000-03-31 Akim Demaille <akim@epita.fr>
* src/main.c (main): Don't call `done', exit does it.