ohcount

/build/buildd/ohcount-3.0.0/src/diff.h

Go to the documentation of this file.
00001 // diff.h written by Mitchell Foral. mitchell<att>caladbolg.net.
00002 // See COPYING for license information.
00003 
00004 #ifndef OHCOUNT_DIFF_H
00005 #define OHCOUNT_DIFF_H
00006 
00017 void ohcount_calc_diff(const char *from, const char *to, int *added,
00018                        int *removed);
00019 
00020 #endif