Changeset 5822:6000fdb72b8e in roaraudio


Ignore:
Timestamp:
01/06/13 11:47:38 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use static keyword.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/universal/service-about.c

    r5821 r5822  
    2626#include <roaraudio.h> 
    2727 
    28 int __show(const struct roar_dl_libraryname * libname) { 
     28static int __show(const struct roar_dl_libraryname * libname) { 
    2929 struct roar_vio_calls * vio = roar_stdout; 
    3030 
     
    4444} 
    4545 
    46 struct roar_service_about api = {.show = __show}; 
     46static struct roar_service_about api = {.show = __show}; 
    4747 
    4848ROAR_DL_PLUGIN_REG_SERVICES_GET_API(get_api, api) 
Note: See TracChangeset for help on using the changeset viewer.