ohcount
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
void ohcount_calc_diff(const char *from, const char *to, int *added, int *removed)