blob: 51d525dd0edf67850e392156c5c7b6dda28dba41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* PARSEC HEADER: do_patch.h
*/
#ifndef _DO_PATCH_H_
#define _DO_PATCH_H_
// do_patch.c implements the following functions
// ---------------------------------------------
#endif
|