diff options
Diffstat (limited to 'courgette/courgette.h')
-rw-r--r-- | courgette/courgette.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/courgette/courgette.h b/courgette/courgette.h index a58f16d..2cd4cd7 100644 --- a/courgette/courgette.h +++ b/courgette/courgette.h @@ -77,7 +77,6 @@ Status ApplyEnsemblePatch(SourceStream* old, SourceStream* patch, // Returns C_OK unless something went wrong. // This function first validates that the patch file has a proper header, so the // function can be used to 'try' a patch. - Status ApplyEnsemblePatch(const FilePath::CharType* old_file_name, const FilePath::CharType* patch_file_name, const FilePath::CharType* new_file_name); @@ -112,7 +111,6 @@ Status ParseDetectedExecutable(const void* buffer, size_t length, // sets |*output| to NULL Status Encode(AssemblyProgram* program, EncodedProgram** output); - // Serializes |encoded| into the stream set. // Returns C_OK if succeeded, otherwise returns an error status. Status WriteEncodedProgram(EncodedProgram* encoded, SinkStreamSet* sink); |