X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fconfigreader.h;h=2bb7af091217e5fef51d2a8038dca673a4cc095a;hb=d3c7457dda8555e410f4fbc36bb1b1b4cb0ae3f2;hp=940e4ab49abc49f7dcd53b8273943b5b7cbcf2e2;hpb=2b68243097f98ace4a53b21520718874b0ed7db5;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/configreader.h b/include/configreader.h index 940e4ab49..2bb7af091 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -235,7 +235,7 @@ class CoreExport ServerConfig : public Extensible /** Check that there is only one of each configuration item */ - bool CheckOnce(char* tag, bool bail, User* user); + bool CheckOnce(char* tag) throw (CoreException); public: