diff options
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -1,10 +1,10 @@ -/*----------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ /*options.h*/ -/*----------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ /*Declarations for parsing the command line switches*/ -/*----------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ /*Based on the code of unionfs translator.*/ -/*----------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ /*Copyright (C) 2001, 2002, 2005, 2008 Free Software Foundation, Inc. Written by Sergiu Ivanov <unlimitedscolobb@gmail.com>. @@ -22,25 +22,25 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.*/ -/*----------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ #ifndef __OPTIONS_H__ #define __OPTIONS_H__ -/*----------------------------------------------------------------------------*/ -/*--------Macros--------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ +/*--------Macros-------------------------------------------------------------*/ /*Makes a long option out of option name*/ #define OPT_LONG(o) "--"o -/*----------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ -/*----------------------------------------------------------------------------*/ -/*--------Global Variables----------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ +/*--------Global Variables---------------------------------------------------*/ /*The argp parser for startup arguments*/ extern struct argp argp_startup; -/*----------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ /*The argp parser for rutime arguments*/ extern struct argp argp_runtime; -/*----------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ /*The name of the translator to filter out*/ -extern char * target_name; -/*----------------------------------------------------------------------------*/ +extern char *target_name; +/*---------------------------------------------------------------------------*/ #endif /*__OPTIONS_H__*/ |