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"
GtkWidget *entry_repeat_monthly;
GtkWidget *delete;
GtkWidget *entry_repeat_monthly;
GtkWidget *delete;
+void update_joblist(void)
{
TALLOC_CTX *mem_ctx = talloc_init("update_joblist");
NTSTATUS status;
{
TALLOC_CTX *mem_ctx = talloc_init("update_joblist");
NTSTATUS status;
struct policy_handle domain_handle;
GtkWidget *mainwin;
struct policy_handle domain_handle;
GtkWidget *mainwin;
+void update_grouplist(void)
{
if(!sam_pipe) return;
//FIXME
}
{
if(!sam_pipe) return;
//FIXME
}
+void update_userlist(void)
{
NTSTATUS status;
struct samr_EnumDomainUsers r;
{
NTSTATUS status;
struct samr_EnumDomainUsers r;