X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Finclude%2Fv4root.h;fp=support%2Finclude%2Fv4root.h;h=706c15c70d95593ae59a9922505cea8cb59f2889;hb=3b777b084a438f55482c8bf7508903ff4c30e1db;hp=0000000000000000000000000000000000000000;hpb=7f39d93b2cac65467999375e4a09bc5debb730e6;p=nfs-utils.git diff --git a/support/include/v4root.h b/support/include/v4root.h new file mode 100644 index 0000000..706c15c --- /dev/null +++ b/support/include/v4root.h @@ -0,0 +1,15 @@ +/* + * Copyright (C) 2009 Red Hat + * support/include/v4root.h + * + * Support routines for dynamic pseudo roots. + * + */ + +#ifndef V4ROOT_H +#define V4ROOT_H + +extern int v4root_needed; +extern void v4root_set(void); + +#endif /* V4ROOT_H */