nvpatch.h 229 B

123456789101112131415
  1. //
  2. // nvpatch.h
  3. // Meridian
  4. //
  5. // Created by Ben Sparkes on 11/05/2018.
  6. // Copyright © 2018 Ben Sparkes. All rights reserved.
  7. //
  8. #ifndef nvpatch_h
  9. #define nvpatch_h
  10. int nvpatch(const char *target);
  11. #endif /* nvpatch_h */