mirror of
https://github.com/sparkle-project/Sparkle.git
synced 2025-11-01 15:34:38 +00:00
13 lines
309 B
C
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[]);
|