X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=wiringPi%2FwpiExtensions.h;fp=gpio%2Fextensions.h;h=fcaec96e491d0a4cbc47954d9faecc362f46a502;hb=eb1fc2c92003420eab641c5f53a3047f09d9fbe3;hp=5d2712348ca53f4596946f2c8223b92086ffa821;hpb=51fff3cab9d45a4775eb0fb1f5de23eb2e2b2328;p=wiringPi.git diff --git a/gpio/extensions.h b/wiringPi/wpiExtensions.h similarity index 89% rename from gpio/extensions.h rename to wiringPi/wpiExtensions.h index 5d27123..fcaec96 100644 --- a/gpio/extensions.h +++ b/wiringPi/wpiExtensions.h @@ -2,7 +2,7 @@ * extensions.h: * Part of the GPIO program to test, peek, poke and otherwise * noodle with the GPIO hardware on the Raspberry Pi. - * Copyright (c) 2012-2013 Gordon Henderson + * Copyright (c) 2012-2015 Gordon Henderson *********************************************************************** * This file is part of wiringPi: * https://projects.drogon.net/raspberry-pi/wiringpi/ @@ -23,4 +23,4 @@ */ -extern int doExtension (char *progName, char *extensionData) ; +extern int loadWPiExtension (char *progName, char *extensionData, int verbose) ;