cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs/src ChangeLog diff.h [signed-commits3]


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/src ChangeLog diff.h [signed-commits3]
Date: Fri, 20 Jan 2006 21:32:09 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         signed-commits3
Changes by:     Derek Robert Price <address@hidden>     06/01/20 21:32:09

Modified files:
        src            : ChangeLog 
Added files:
        src            : diff.h 

Log message:
        * diff.h: New file.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/src/ChangeLog.diff?only_with_tag=signed-commits3&tr1=1.3328.2.41&tr2=1.3328.2.42&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/src/diff.h?only_with_tag=signed-commits3&rev=1.1.2.1

Patches:
Index: ccvs/src/ChangeLog
diff -u ccvs/src/ChangeLog:1.3328.2.41 ccvs/src/ChangeLog:1.3328.2.42
--- ccvs/src/ChangeLog:1.3328.2.41      Fri Jan 20 21:29:55 2006
+++ ccvs/src/ChangeLog  Fri Jan 20 21:32:09 2006
@@ -1,5 +1,7 @@
 2006-01-20  Derek Price  <address@hidden>
 
+       * diff.h: New file.
+
        * base.c (base_diff): Handle client/server mode.
        * client.c (base_copy): Expand header comment.
        (client_base_diff, handle_base_diff): New function.
Index: ccvs/src/diff.h
diff -u /dev/null ccvs/src/diff.h:1.1.2.1
--- /dev/null   Fri Jan 20 21:32:09 2006
+++ ccvs/src/diff.h     Fri Jan 20 21:32:09 2006
@@ -0,0 +1,34 @@
+/*
+ * Copyright (C) 2006 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 DIFF_H
+#define DIFF_H
+
+#include <stdbool.h>
+
+struct diff_info
+{
+    int diff_argc;
+    char **diff_argv;
+    bool empty_files;
+};
+
+struct diff_info *get_diff_info (void);
+void diff_mark_errors (int err);
+
+#endif /* DIFF_H */




reply via email to

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