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)
1d5ff7fc31
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
|
||
---|---|---|
packaging/debian | ||
source4 | ||
prog_guide.txt | ||
swat2.txt |