~ubuntu-branches/ubuntu/precise/corosync/precise-proposed

« back to all changes in this revision

Viewing changes to test/sa_error.h

  • Committer: Bazaar Package Importer
  • Author(s): Ante Karamatic
  • Date: 2009-08-21 09:29:56 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090821092956-w9qxxxx3zeoh8dem
Tags: 1.0.0-4ubuntu2
* debian/control:
  - 'Ubuntu Developers' instead of 'Ubuntu Core Developers'
    as maintainer
  - Bump debhelper dependecy to 7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
extern int get_sa_error(SaAisErrorT error, char *str, int len);
2
 
 
3
 
extern char *get_sa_error_b (SaAisErrorT error);
4
 
 
5
 
extern char *get_test_output (SaAisErrorT result, SaAisErrorT expected);
 
1
extern int get_sa_error(cs_error_t error, char *str, int len);
 
2
 
 
3
extern char *get_sa_error_b (cs_error_t error);
 
4
 
 
5
extern char *get_test_output (cs_error_t result, cs_error_t expected);