aboutsummaryrefslogtreecommitdiff
path: root/contrib/groff/src/preproc/refer/ref.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff/src/preproc/refer/ref.h')
-rw-r--r--contrib/groff/src/preproc/refer/ref.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/contrib/groff/src/preproc/refer/ref.h b/contrib/groff/src/preproc/refer/ref.h
index 13a984a4c727..ffb81ac86986 100644
--- a/contrib/groff/src/preproc/refer/ref.h
+++ b/contrib/groff/src/preproc/refer/ref.h
@@ -1,5 +1,5 @@
// -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1989, 1990, 1991, 1992, 2005 Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
This file is part of groff.
@@ -16,7 +16,15 @@ for more details.
You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
+
+// declarations to avoid friend name injection problems
+int compare_reference(const reference &, const reference &);
+int same_reference(const reference &, const reference &);
+int same_year(const reference &, const reference &);
+int same_date(const reference &, const reference &);
+int same_author_last_name(const reference &, const reference &, int);
+int same_author_name(const reference &, const reference &, int);
struct label_info;