Move error codes to libisofs.h. Remove error.h header.

This commit is contained in:
Vreixo Formoso
2008-01-30 23:43:59 +01:00
parent b6362a8680
commit 99298c10a4
28 changed files with 227 additions and 36 deletions

View File

@ -9,7 +9,6 @@
#include "libisofs.h"
#include "stream.h"
#include "fsource.h"
#include "error.h"
#include "util.h"
#include <stdlib.h>