summaryrefslogtreecommitdiff
path: root/root-manager/root-manager-wrap.h
diff options
context:
space:
mode:
authorjacob berkman <jacob@ximian.com>2001-01-24 20:26:38 +0000
committerJacob Berkman <jberkman@src.gnome.org>2001-01-24 20:26:38 +0000
commit22bec884b787b859964678cc3d7e6c00584a9f05 (patch)
tree8c2d5f17bd2e3077e07f1be387e3c19ccca86068 /root-manager/root-manager-wrap.h
parent7907e0962f515dd7a38b5535191b07516166dc52 (diff)
downloadgnome-control-center-22bec884b787b859964678cc3d7e6c00584a9f05.tar.gz
new (temporary) html view and bug fixication
2001-01-24 jacob berkman <jacob@ximian.com> * new-control-center/*.[ch]: new (temporary) html view and bug fixication * root-manager/*.[ch]: gnomeify dialogs and other cleanups * configure.in: flags for root-manager-helper 2001-01-17 jacob berkman <jacob@ximian.com> * root-manager/Makefile.am * root-manager/root-manager.h: fix finding the root-manager
Diffstat (limited to 'root-manager/root-manager-wrap.h')
-rw-r--r--root-manager/root-manager-wrap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/root-manager/root-manager-wrap.h b/root-manager/root-manager-wrap.h
index 8dca81847..d7c226bcd 100644
--- a/root-manager/root-manager-wrap.h
+++ b/root-manager/root-manager-wrap.h
@@ -1,4 +1,5 @@
/* Copyright (C) 1997-1999 Red Hat Software, Inc.
+ * Copyright 2001 Ximian, Inc.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
@@ -19,7 +20,6 @@
#define __USERHELPER_WRAP_H__
/* lots 'o includes. */
-#include "userdialogs.h"
#include <signal.h>
#include <unistd.h>
#include <errno.h>
@@ -59,7 +59,7 @@ void userhelper_runv(char *path, int new_fd);
void userhelper_parse_exitstatus(int exitstatus);
void userhelper_parse_childout();
void userhelper_read_childout(gpointer data, int source, GdkInputCondition cond);
-void userhelper_write_childin(GtkWidget* widget, response *resp);
+void userhelper_write_childin(int button, response *resp);
void userhelper_sigchld(); /* sigchld handler */