QueryOwner hat kein Argument

Prototyp gefixt und Aufrufe in modules/losa.c
Behebt Inkonsistenz zwischen prototyp und
definition.

Change-Id: If35bd76e1395e724386fc70a88573b9ed3aa58d6
diff --git a/d/seher/haeuser/haus.h b/d/seher/haeuser/haus.h
index 873956e..a54401e 100644
--- a/d/seher/haeuser/haus.h
+++ b/d/seher/haeuser/haus.h
@@ -115,7 +115,7 @@
 
 varargs void Save(int crunched);
 void Load();
-varargs string QueryOwner(int withNr);
+string QueryOwner();
 varargs string SetOwner(string o, int nr);
 protected void AddExitNoCheck(mixed cmd, mixed dest);
 void RemoveExitNoCheck(mixed cmd);