~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to uspace/app/top/screen.h

  • Committer: Martin Decky
  • Date: 2012-04-30 09:56:41 UTC
  • mfrom: (1460.2.24 main-clone)
  • Revision ID: martin@decky.cz-20120430095641-knbfd26jq7hagfzx
mergeĀ mainlineĀ changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
extern void screen_init(void);
43
43
extern void screen_done(void);
44
44
extern void print_data(data_t *);
45
 
extern void print_warning(const char *, ...);
 
45
extern void show_warning(const char *, ...);
46
46
 
47
47
extern int tgetchar(unsigned int);
48
48