1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
https://gitlab.com/samba-team/samba is the Official GitLab mirror of https://git.samba.org/samba.git -- Merge requests should be made on GitLab (not on GitHub)
Go to file
Andrew Tridgell 1d5ff7fc31 r1465: always do a full C prototype, even if its only (void).
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 6724932810)
2007-10-10 12:57:33 -05:00
packaging/debian r1033: Include new manpages 2007-10-10 12:56:31 -05:00
source4 r1465: always do a full C prototype, even if its only (void). 2007-10-10 12:57:33 -05:00
prog_guide.txt r955: Update debian package rules... builds now 2007-10-10 12:56:22 -05:00
swat2.txt r1273: An initial doc about what I'd like to see in the swat for samba4. Please 2007-10-10 12:56:48 -05:00