18cad7657899363769f7dc179754ad45e99cb46b kent Mon Jun 21 13:38:48 2010 -0700 Renaming function and putting prototype for it in a shared header file. Again this is all part of testing renaming/splitting/merging functions. diff --git src/oneShot/testGitRename/upperFile.h src/oneShot/testGitRename/upperFile.h new file mode 100644 index 0000000..9e89845 --- /dev/null +++ src/oneShot/testGitRename/upperFile.h @@ -0,0 +1,4 @@ +/* upperFile - convert file to upper case. */ + +void upperFile(char *input, char *output); +/* upperFile - convert file to upper case. */