Evc_get_ccaps(): added declaration
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sat, 13 Mar 2004 02:52:36 +0000 (02:52 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sat, 13 Mar 2004 02:52:36 +0000 (02:52 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1239 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/ensc_wrappers/wrappers-vserver.hc

index 61c9df1..61d220b 100644 (file)
@@ -70,3 +70,9 @@ Evc_set_vhi_name(xid_t xid, vc_uts_type type,
 {
   FatalErrnoError(vc_set_vhi_name(xid,type,val,len)==-1, "vc_set_vhi_name()");
 }
+
+inline static WRAPPER_DECL void
+Evc_get_ccaps(xid_t xid, struct vc_ctx_caps *caps)
+{
+  FatalErrnoError(vc_get_ccaps(xid, caps)==-1, "vc_get_ccaps()");
+}