X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmUtil.h;h=32f68172b2576a8fb58f541a8e969ea7fef2420e;hb=21dc537d0c6c274bf1bc49084813a9f4e4cf29eb;hp=63025122aaedc860df3181073a49fb2a6bedd409;hpb=1aa2bb207fb6b9ce78f35e7547dd4c770e516adb;p=gdcm.git diff --git a/src/gdcmUtil.h b/src/gdcmUtil.h index 63025122..32f68172 100644 --- a/src/gdcmUtil.h +++ b/src/gdcmUtil.h @@ -1,3 +1,5 @@ +// gdcmUtil.h + #include using namespace std; @@ -10,6 +12,7 @@ public: void Error(bool, const char*, const char* =""); void Error(const char*, const char* ="", const char* =""); void Assert(int, bool, const char*, const char*); + void Exit(int); }; istream & eatwhite(istream & is);