ohcount
src
diff.h
Go to the documentation of this file.
1
// diff.h written by Mitchell Foral. mitchell<att>caladbolg.net.
2
// See COPYING for license information.
3
4
#ifndef OHCOUNT_DIFF_H
5
#define OHCOUNT_DIFF_H
6
17
void
ohcount_calc_diff
(
const
char
*from,
const
char
*to,
int
*added,
18
int
*removed);
19
20
#endif
ohcount_calc_diff
void ohcount_calc_diff(const char *from, const char *to, int *added, int *removed)
Generated by
1.9.4