Files
Sparkle/Vendor/bsdiff/bspatch.h
2015-07-09 17:16:06 -07:00

13 lines
309 B
C

/*
* bspatch.h
* Sparkle
*
* Created by Andy Matuschak on 1/11/10.
* Copyright 2010 Andy Matuschak. All rights reserved.
*
*/
// So that we can use this method in SUBinaryDeltaApply.m.
// Silences the GCC warning that the prototype doesn't exist.
int bspatch(int argc, const char * const argv[]);