summaryrefslogtreecommitdiff
path: root/checksum.h
diff options
context:
space:
mode:
authorMartin Pool <mbp@sourcefrog.net>2001-03-05 07:09:39 +0000
committerMartin Pool <mbp@sourcefrog.net>2001-03-05 07:09:39 +0000
commitb9173546311d00ab69f6f6cc8c1b8cf6b31a8092 (patch)
tree5bf811890a87af0da287f99b4bf7122dcee4d27e /checksum.h
parent759d33520f3d349c86e34304418401e68e72ae5f (diff)
downloadlibrsync-b9173546311d00ab69f6f6cc8c1b8cf6b31a8092.tar.gz
rename to librsync, and call everything rs_*.
Move man pages into parent directory.
Diffstat (limited to 'checksum.h')
-rw-r--r--checksum.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/checksum.h b/checksum.h
index 4c6ecc9..38e7294 100644
--- a/checksum.h
+++ b/checksum.h
@@ -1,6 +1,6 @@
/*= -*- c-basic-offset: 4; indent-tabs-mode: nil; -*-
*
- * libhsync -- the library for network deltas
+ * librsync -- the library for network deltas
* $Id$
*
* Copyright (C) 2000, 2001 by Martin Pool <mbp@samba.org>
@@ -20,6 +20,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-hs_weak_sum_t hs_calc_weak_sum(void const *buf1, int len);
+rs_weak_sum_t rs_calc_weak_sum(void const *buf1, int len);
-void hs_calc_strong_sum(void const *buf, size_t buf_len, hs_strong_sum_t *);
+void rs_calc_strong_sum(void const *buf, size_t buf_len, rs_strong_sum_t *);