antiright-devel
[Top][All Lists]
Advanced

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

[Antiright-devel] antiright/lib separator.h


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright/lib separator.h
Date: Sun, 21 Nov 2004 16:56:44 -0500

CVSROOT:        /cvsroot/antiright
Module name:    antiright
Branch:         
Changes by:     Jeffrey Bedard <address@hidden> 04/11/21 21:50:34

Modified files:
        lib            : separator.h 

Log message:
        The separator creation function now returns Widget instead of void.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/antiright/antiright/lib/separator.h.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: antiright/lib/separator.h
diff -u antiright/lib/separator.h:1.1 antiright/lib/separator.h:1.2
--- antiright/lib/separator.h:1.1       Thu Jul  8 18:58:09 2004
+++ antiright/lib/separator.h   Sun Nov 21 21:50:34 2004
@@ -20,5 +20,8 @@
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 
-void 
+#ifndef AR_SEPARATOR_H
+#define AR_SEPARATOR_H
+Widget
 antiright_separator(Widget parent_widget);
+#endif /* not AR_SEPARATOR_H */




reply via email to

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