X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=blobdiff_plain;f=ref.h;h=bbbf5b8c5a483868939c174434a09ebcf801face;hp=a27b4d6a1fedb0a373452a7128cff7e9fbf85332;hb=HEAD;hpb=260aaf269765b6fdf0c74ec51615e38a70b27fa3 diff --git a/ref.h b/ref.h index a27b4d6..bbbf5b8 100644 --- a/ref.h +++ b/ref.h @@ -1,7 +1,6 @@ -/* Cumulus: Smart Filesystem Backup to Dumb Servers - * - * Copyright (C) 2007-2008 The Regents of the University of California - * Written by Michael Vrable +/* Cumulus: Efficient Filesystem Backup to the Cloud + * Copyright (C) 2007-2008 The Cumulus Developers + * See the AUTHORS file for a list of contributors. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -111,7 +110,7 @@ public: bool has_range() const { return range_valid; } size_t get_range_start() const { return range_start; } size_t get_range_length() const { return range_length; } - size_t get_range_exact() const { return range_exact; } + bool range_is_exact() const { return range_exact; } void clear_range() { range_start = range_length = 0; range_valid = false; range_exact = false; }