diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1999-12-22 19:02:50 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1999-12-22 19:02:50 +0000 |
commit | c1b5430908ac8137f9aca3c6eb6a887c3ffb39c9 (patch) | |
tree | e90bd18a186b1256ca06002e438faf8ee48fd44c /src/nautilus-application.h | |
parent | 4994722e587f048267b4d18a32fd13cf16c49b04 (diff) | |
download | nautilus-c1b5430908ac8137f9aca3c6eb6a887c3ffb39c9.tar.gz |
Allow passing initial URL on cmdline.
Allow passing initial URL on cmdline.
Try to make web browser work.
Diffstat (limited to 'src/nautilus-application.h')
-rw-r--r-- | src/nautilus-application.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-application.h b/src/nautilus-application.h index 3aba90b09..4af66b54e 100644 --- a/src/nautilus-application.h +++ b/src/nautilus-application.h @@ -1,7 +1,7 @@ #ifndef NTL_APP_H #define NTL_APP_H 1 -void nautilus_app_init(void); +void nautilus_app_init(const char *initial_url); NautilusWindow *nautilus_app_create_window(void); #endif |