/*********************************************************************\ * Copyright (c) 1991 by Wen-King Su (wen-king@vlsi.cs.caltech.edu) * * Copyright (c) 1993 by Phil Richards (pgr@prg.ox.ac.uk) * * * * You may copy or modify this file in any manner you wish, provided * * that this notice is always included, and that you hold the author * * harmless for any loss or damage resulting from the installation or * * use of this software. * \*********************************************************************/ /* ---INFOBEGIN--- * DO NOT DELETE THIS COMMENT BLOCK!!! COMMAND ver none "get the version of the remote system" * ---INFOEND--- */ #include "client.h" #include "table.h" /* ARGSUSED */ int rver_main(int argc, char *const*argv, char **envp) { int retval = 0; /* nothing to validate */ retval = -util_print_version(); client_done(); return retval; }