Changeset 5354:cb0c3e5ebf66 in roaraudio


Ignore:
Timestamp:
12/13/11 09:41:52 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

made usage() static, this should result in more robust linkage in case of bad plugins trying to override host functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarpluginrunner.c

    r5353 r5354  
    3636static struct roar_dl_librarypara * g_para = NULL; 
    3737 
    38 void usage (const char * progname) { 
     38static void usage (const char * progname) { 
    3939 fprintf(stderr, "Usage: %s [OPTIONS]... PLUGIN\n", progname); 
    4040 
Note: See TracChangeset for help on using the changeset viewer.