chiark / gitweb /
Updates to the build process
[wiringPi.git] / wiringPi / wpiExtensions.h
similarity index 89%
rename from gpio/extensions.h
rename to wiringPi/wpiExtensions.h
index 5d2712348ca53f4596946f2c8223b92086ffa821..fcaec96e491d0a4cbc47954d9faecc362f46a502 100644 (file)
@@ -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) ;