Changeset 5192:4237437ca526 in roaraudio for roard/include/client.h


Ignore:
Timestamp:
10/23/11 03:04:21 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

declare some stuff 'extern', this saves like 5.3KB of diskspace in plugin files and make them more resistant against changes in roard

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/client.h

    r5146 r5192  
    6363}; 
    6464 
    65 struct roar_client_server { 
     65extern struct roar_client_server { 
    6666 struct roar_client _client; 
    6767 size_t blockc; 
     
    8383 
    8484#define MAX_PROTOS 8 
    85 struct roard_proto g_proto[MAX_PROTOS]; 
     85extern struct roard_proto g_proto[MAX_PROTOS]; 
    8686 
    8787// basic functions 
Note: See TracChangeset for help on using the changeset viewer.