summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3-internal.h
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2012-06-16 15:22:13 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2012-06-16 15:22:13 +0000
commit00e24b43ffc8cc0eb2f062218646f465a8176b8f (patch)
tree7de3b00ff9a283fdde5c1ad04aee3a882a8d7fff /xdelta3/xdelta3-internal.h
parentc53d22c90235600c9518eccc63d2dd1416320044 (diff)
Include testing/regtest.cc in Makefile.am
Diffstat (limited to 'xdelta3/xdelta3-internal.h')
-rw-r--r--xdelta3/xdelta3-internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xdelta3/xdelta3-internal.h b/xdelta3/xdelta3-internal.h
index 47cfe59..d134564 100644
--- a/xdelta3/xdelta3-internal.h
+++ b/xdelta3/xdelta3-internal.h
@@ -15,6 +15,8 @@
15 * along with this program; if not, write to the Free Software 15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 */ 17 */
18#ifndef XDELTA3_INTERNAL_H__
19#define XDELTA3_INTERNAL_H__
18 20
19#include <stdio.h> 21#include <stdio.h>
20#include <stdarg.h> 22#include <stdarg.h>
@@ -123,3 +125,5 @@ void xprintf(const char *fmt, ...) PRINTF_ATTRIBUTE(1,2);
123#define NTR "" 125#define NTR ""
124 126
125#endif 127#endif
128
129#endif // XDELTA3_INTERNAL_H__