use $(LIBENSCVECTOR) instead of libensc_vector.a
[util-vserver.git] / util-vserver / lib / getversion.c
index 94e4168..4234d83 100644 (file)
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
 #endif
-#include "compat.h"
 
+#include "vserver-internal.h"
 #include "getversion-internal.hc"
 
 int
-vc_get_version(int cat)
+vc_get_version()
 {
-  return vc_get_version(cat);
+  return vc_get_version_internal(VC_CAT_COMPAT);
 }