aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-rpcprogs.c
AgeCommit message (Collapse)AuthorFilesLines
2013-11-14Get rid of Warinings [-Wmissing-prototypes]Anders Broman1-0/+2
svn path=/trunk/; revision=53311
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-1/+2
svn path=/trunk/; revision=53230
2013-08-14Get rid of -Wshadow warning - I guess we're including something thatGuy Harris1-1/+1
gets <getopt.h>, so we get the optarg global. svn path=/trunk/; revision=51350
2013-03-07Use explicit casts.Anders Broman1-4/+4
svn path=/trunk/; revision=48161
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45015
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier1-4/+0
svn path=/trunk/; revision=42446
2012-02-17Start moving files to ui/ and ui/cli/Jörg Mayer1-0/+240
svn path=/trunk/; revision=41047