Changeset 3c99e2c9568a84f9e8bb60549c145d3f03d73716 for libcwiid/cwiid.h
- Timestamp:
- 08/15/07 04:06:03 (5 years ago)
- git-author:
- L. Donnie Smith <donnie.smith@gatech.edu> / 2007-08-15T04:06:03Z+0000
- Parents:
- 7e5f213decff36c62421b1b3d02d02b3037c79a2
- Children:
- 1f9dd8c8de2bc38d5c4869baf313a732feb248ad
- git-committer:
- dsmith <dsmith@918edb2d-ff29-0410-9de2-eb38e7f22bc7> / 2007-08-15T04:06:03Z+0000
- Files:
-
- 1 modified
-
libcwiid/cwiid.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcwiid/cwiid.h
ra09a4ee r3c99e2c 16 16 * 17 17 * ChangeLog: 18 * 2008-08-14 L. Donnie Smith <cwiid@abstrakraft.org> 19 * * make cwiid_err_default public 20 * 18 21 * 2007-05-16 L. Donnie Smith <cwiid@abstrakraft.org> 19 22 * * changed cwiid_connect, cwiid_disconnect to cwiid_open, cwiid_close … … 301 304 /* Error reporting (library wide) */ 302 305 int cwiid_set_err(cwiid_err_t *err); 306 void cwiid_err_default(struct wiimote *wiimote, const char *str, va_list ap); 303 307 304 308 /* Connection */
