~ubuntu-branches/ubuntu/hardy/libgsm/hardy

« back to all changes in this revision

Viewing changes to inc/gsm.h

  • Committer: Bazaar Package Importer
  • Author(s): Jochen Friedrich
  • Date: 2004-07-31 10:08:59 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040731100859-8ypuq5mfz95wygvo
Tags: 1.0.10-13
* Fixed desciption synopsis
* Removed /usr/doc link from postinst and prerm
* Changed shlibs[.local] to not include the Debian revision
* Added watch file
* Added own doc directory for libgsm-tools

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
#define GSM_OPT_FRAME_INDEX     5
55
55
#define GSM_OPT_FRAME_CHAIN     6
56
56
 
 
57
#ifdef __cplusplus
 
58
extern "C" {
 
59
#endif
 
60
 
57
61
extern gsm  gsm_create  GSM_P((void));
58
62
extern void gsm_destroy GSM_P((gsm));   
59
63
 
66
70
extern int  gsm_explode GSM_P((gsm, gsm_byte   *, gsm_signal *));
67
71
extern void gsm_implode GSM_P((gsm, gsm_signal *, gsm_byte   *));
68
72
 
 
73
#ifdef __cplusplus
 
74
}
 
75
#endif
 
76
 
69
77
#undef  GSM_P
70
78
 
71
79
#endif  /* GSM_H */