~siretart/gxine/bug.542506

« back to all changes in this revision

Viewing changes to src/wizards.h

  • Committer: Bazaar Package Importer
  • Author(s): Siggi Langauf
  • Date: 2005-01-05 01:49:18 UTC
  • mto: (2.1.1 etch) (1.1.9 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050105014918-wgldiqcd79ck2b0v
Tags: upstream-0.4.1
ImportĀ upstreamĀ versionĀ 0.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2001-2002 the xine-project
 
2
 * Copyright (C) 2001-2004 the xine-project
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or 
5
5
 * modify it under the terms of the GNU General Public License as 
16
16
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
17
17
 * USA
18
18
 *
19
 
 * $Id: wizards.h,v 1.1 2002/10/25 18:24:11 guenter Exp $
 
19
 * $Id: wizards.h,v 1.2 2004/04/09 18:07:51 guenter Exp $
20
20
 *
21
21
 * stuff to run on first startup / setup wizards
22
22
 */
28
28
 
29
29
void run_wizards (gboolean requested) ;
30
30
 
 
31
void wizards_init (void) ;
31
32
#endif