~ubuntu-branches/debian/stretch/uswsusp/stretch

« back to all changes in this revision

Viewing changes to suspend-cvs20060928/bootsplash.h

  • Committer: Bazaar Package Importer
  • Author(s): Christian Perrier
  • Date: 2008-08-20 09:09:13 UTC
  • mfrom: (0.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080820090913-0eahue1zo8egcxls
Tags: 0.8-1.1
* Non-maintainer upload to fix pending l10n issues.
* Remove extra and useless debian/po/ff/ directory
* Debconf translation updates:
  - Japanese. Closes: #489939
  - German. Closes: #493747
  - French. Closes: #493771
  - Romanian. Closes: #493772
  - Galician. Closes: #494050
  - Finnish. Closes: #494087
  - Italian. Closes: #494096
  - Basque. Closes: #494277
  - Basque. Closes: #494277
  - Czech. Closes: #494410
  - Swedish. Closes: #494412
  - Russian. Closes: #495412
  - Portuguese. Closes: #495451
  - Spanish. Closes: #495499
  - Slovak. Closes: #495516

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * bootsplash.h
3
 
 *
4
 
 * Bootsplash related definitions for bootsplash.org's method
5
 
 *
6
 
 * Copyright (C) 2006 Holger Macht <holger@homac.de>
7
 
 *
8
 
 * This file is released under the GPLv2.
9
 
 *
10
 
 */
11
 
 
12
 
#ifndef BOOTSPLASH_H
13
 
#define BOOTSPLASH_H
14
 
 
15
 
int bootsplash_open(void);
16
 
int bootsplash_prepare(void);
17
 
int bootsplash_finish(void);
18
 
int bootsplash_progress(int p);
19
 
void bootsplash_switch_to(void);
20
 
void bootsplash_read_password(char *, int);
21
 
int bootsplash_dialog(const char *);
22
 
 
23
 
#endif /* BOOTSPLASH_H */