Edmund Wong ed <at> kdtc.net


Patch
r38990

r38990 | stsp | 2009-08-31 05:10:54 -0500 (Mon, 31 Aug 2009)

Follow-up to r38983: The new eol functions are supposed to be private,
not public, so rename them accordingly.

* subversion/libsvn_subr/eol.c,
  subversion/include/private/svn_eol_private.h
  (svn_eol_find_eol_start, svn_eol_detect_eol,
   svn_eol_detect_file_eol): Renamed from these ...
  (svn_eol__find_eol_start, svn_eol__detect_eol,
   svn_eol__detect_file_eol): ... to these.

* subversion/libsvn_diff/diff_file.c,
  subversion/tests/libsvn_subr/eol-test.c,
  subversion/libsvn_client/patch.c: Track renames.

Patch by: Edmund Wong ed <at> kdtc.net
Found by: arfrever