/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to error.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-04-20 20:01:04 UTC
  • Revision ID: csa@suren.me-20150420200104-b5xny65io8lvoz3w
Big redign of model structures

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    PCILIB_ERROR_BUSY = EBUSY
26
26
} pcilib_errot_t;
27
27
 
28
 
 
29
 
#ifndef _PCILIB_ERROR_C
 
28
void pcilib_print_error(const char *msg, ...);
30
29
extern void (*pcilib_error)(const char *msg, ...);
31
30
extern void (*pcilib_warning)(const char *msg, ...);
32
 
#endif /* _PCILIB_ERROR_C */
33
31
 
34
32
#endif /* _PCILIB_ERROR_H */