~ubuntu-branches/ubuntu/precise/xdm/precise

« back to all changes in this revision

Viewing changes to dm_error.h

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2008-10-05 20:55:43 UTC
  • mfrom: (7.1.7 intrepid)
  • Revision ID: james.westby@ubuntu.com-20081005205543-t9lgih96kbj1eidd
Tags: 1:1.1.8-5
Updated Polish debconf translation, thanks to Łukasz Paździora
(closes: #499073).

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
extern void LogInfo      (char * fmt, ...) GCC_PRINTFLIKE(1,2);
51
51
extern void LogOutOfMem  (char * fmt, ...) GCC_PRINTFLIKE(1,2);
52
52
extern void LogPanic     (char * fmt, ...) GCC_PRINTFLIKE(1,2);
53
 
extern void Panic        (char * mesg);
54
53
 
55
54
 
56
55
#endif /* _DM_ERROR_H_ */