Changeset 5822:6000fdb72b8e in roaraudio
- Timestamp:
- 01/06/13 11:47:38 (10 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/universal/service-about.c
r5821 r5822 26 26 #include <roaraudio.h> 27 27 28 int __show(const struct roar_dl_libraryname * libname) {28 static int __show(const struct roar_dl_libraryname * libname) { 29 29 struct roar_vio_calls * vio = roar_stdout; 30 30 … … 44 44 } 45 45 46 st ruct roar_service_about api = {.show = __show};46 static struct roar_service_about api = {.show = __show}; 47 47 48 48 ROAR_DL_PLUGIN_REG_SERVICES_GET_API(get_api, api)
Note: See TracChangeset
for help on using the changeset viewer.