Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 128966
Collapse All | Expand All

(-)3.1/mainwin.h (-2 / +2 lines)
Lines 38-44 Link Here
38
{
38
{
39
public:
39
public:
40
40
41
    Stopdata::Stopdata (void);
41
    Stopdata (void);
42
    void set_stopname (void);
42
    void set_stopname (void);
43
43
44
    char             _text [16];
44
    char             _text [16];
Lines 55-61 Link Here
55
{
55
{
56
public:
56
public:
57
57
58
    Division::Division (void);
58
    Division (void);
59
59
60
    char            _name [16];
60
    char            _name [16];
61
    int             _ncnt;
61
    int             _ncnt;
(-)s-0.3.1/prbsgen.h (-2 / +2 lines)
Lines 123-130 Link Here
123
  void sync_forw (U32 bits);
123
  void sync_forw (U32 bits);
124
  void sync_back (U32 bits);
124
  void sync_back (U32 bits);
125
  int  step (void);
125
  int  step (void);
126
  void Prbsgen::crc_in (int b);
126
  void crc_in (int b);
127
  int  Prbsgen::crc_out (void);
127
  int  crc_out (void);
128
128
129
  U32 stat (void) const;
129
  U32 stat (void) const;
130
  U32 poly (void) const;
130
  U32 poly (void) const;

Return to bug 128966