~ubuntu-branches/ubuntu/saucy/nut/saucy

« back to all changes in this revision

Viewing changes to drivers/hidparser.h

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2005-07-20 19:48:50 UTC
  • mto: (16.1.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20050720194850-oo61wjr33rrx2mre
Tags: upstream-2.0.2
ImportĀ upstreamĀ versionĀ 2.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
/*
51
51
 * GetValue
52
52
 * -------------------------------------------------------------------------- */
53
 
void GetValue(const uchar* Buf, HIDData* pData);
 
53
void GetValue(const u_char* Buf, HIDData* pData);
54
54
 
55
55
/*
56
56
 * SetValue
57
57
 * -------------------------------------------------------------------------- */
58
 
void SetValue(const HIDData* pData, uchar* Buf);
 
58
void SetValue(const HIDData* pData, u_char* Buf);
59
59
 
60
60
 
61
61
#ifdef __cplusplus