1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2025-04-21 12:27:27 +03:00

The Great ATSPI Renaming, part 9: update comments as well

- Makefile.common, lib/atrf.c, lib/atusd.c: change ATSPI to ATRF in title
  comment
- include/atrf.h: comment still referred to atrf-id as "atspi-id"
This commit is contained in:
Werner Almesberger
2010-11-11 10:30:37 -03:00
parent 6ee514239e
commit a8a898e202
4 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
struct atrf_dsc;
void *atrf_usb_handle(struct atrf_dsc *dsc); /* hack for atspi-id */
void *atrf_usb_handle(struct atrf_dsc *dsc); /* hack for atrf-id */
struct atrf_dsc *atrf_open(void);
void atrf_close(struct atrf_dsc *dsc);