From c7bb19c55c7a902e25bdd33b0d49a2ddcf62e07a Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 22 Dec 2012 21:38:26 +0000 Subject: update C coding style to a more commonly used style git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1873 ef36b2f9-881f-0410-afb5-c4e39611909c --- compat/getopt_long.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'compat/getopt_long.h') diff --git a/compat/getopt_long.h b/compat/getopt_long.h index 2500f64..6182be3 100644 --- a/compat/getopt_long.h +++ b/compat/getopt_long.h @@ -1,7 +1,7 @@ /* getopt_long.h - definition of getopt_long() for systems that lack it - Copyright (C) 2001, 2002, 2008 Arthur de Jong + Copyright (C) 2001, 2002, 2008, 2010, 2012 Arthur de Jong This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -41,9 +41,9 @@ struct option { to options and options following filenames is not quite right, allso minimal error checking */ -int getopt_long(int argc,char * const argv[], +int getopt_long(int argc, char *const argv[], const char *optstring, - const struct option *longopts,int *longindex); + const struct option *longopts, int *longindex); #endif /* not HAVE_GETOPT_LONG */ -- cgit v1.2.3