author | ecalot
<ecalot> 2005-06-08 16:26:07 UTC |
committer | ecalot
<ecalot> 2005-06-08 16:26:07 UTC |
parent | f035a81eae91c3b3bb1aa8befebefeb3afde77a2 |
PR/src/lib/actions/classify.c | +2 | -0 |
diff --git a/PR/src/lib/actions/classify.c b/PR/src/lib/actions/classify.c index d1133a5..ffd0d67 100644 --- a/PR/src/lib/actions/classify.c +++ b/PR/src/lib/actions/classify.c @@ -45,6 +45,8 @@ tasks.c: Princed Resources : Classify a DAT file #define READ_ERROR {mReadCloseDatFile();return 0;} +/* TODO: centralize all return values in defines. Change the interfaces. */ + int prClassifyDat(const char* vFiledat) { int indexNumber; int type=RES_TYPE_BINARY;