Cog/Frameworks/Sparkle/Vendor/bsdiff/bspatch.h
2014-08-01 03:53:07 -07:00

12 lines
297 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, char * argv[]);