summaryrefslogtreecommitdiff
path: root/source4/gtk/tools/gwsam.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r1465: always do a full C prototype, even if its only (void).Andrew Tridgell1-2/+2
this declaration: int foo(); is *not* the same as this one: int foo(void); the first means "I don't know what arguments it takes". The second means "it takes no arguments" (This used to be commit 6724932810772a10e7e51d2f6f2b106c02eafb73)
2007-10-10r1455: More Gtk+ updates:Jelmer Vernooij1-0/+410
- Start working on 'gwsam' - Add GtkSelectDomainDialog and GtkSelectHostDialog (This used to be commit bea47671aa791f3c4d22263f9444aea1a73f47f1)