cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/src/difflib.h [signed-commits2]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/difflib.h [signed-commits2]
Date: Tue, 29 Nov 2005 18:44:23 -0500

Index: ccvs/src/difflib.h
diff -u /dev/null ccvs/src/difflib.h:1.1.2.1
--- /dev/null   Tue Nov 29 23:44:23 2005
+++ ccvs/src/difflib.h  Tue Nov 29 23:44:19 2005
@@ -0,0 +1,28 @@
+/*
+ * Copyright (C) 2005 The Free Software Foundation, Inc.
+ *
+ * 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
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ */
+#ifndef DIFFLIB_H
+#define DIFFLIB_H
+
+int call_diff (const char *out);
+int call_diff3 (char *out);
+void call_diff_add_arg (const char *s);
+void call_diff_setup (const char *prog, int argc, char * const *argv);
+int merge (const char *dest, const char *j1, const char *j2,
+          const char *rev1, const char *rev2);
+
+#endif /* DIFFLIB_H */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]