Whamcloud - gitweb
LU-2740 utils: Add support for --version option
[fs/lustre-release.git] / libcfs / include / libcfs / util / parser.h
index 661d5f5..ff0d160 100644 (file)
@@ -1,6 +1,4 @@
-/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
- * vim:expandtab:shiftwidth=8:tabstop=8:
- *
+/*
  * GPL HEADER START
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -70,7 +68,8 @@ typedef struct network {
        int     port;
 } network_t;
 
-int  Parser_quit(int argc, char **argv);
+int Parser_quit(int argc, char **argv);
+int Parser_version(int argc, char **argv);
 void Parser_init(char *, command_t *); /* Set prompt and load command list */
 int Parser_commands(void);                     /* Start the command parser */
 void Parser_qhelp(int, char **);       /* Quick help routine */