Skip to content

Commit

Permalink
Merge pull request #2285 from billdawson/timob-9294
Browse files Browse the repository at this point in the history
TIMOB-9294 fix extern statement to filterDataInRange
  • Loading branch information
srahim committed Jun 1, 2012
2 parents f62eede + 31e10f3 commit 09c25c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
#import "___PROJECTNAMEASIDENTIFIER___ModuleAssets.h"

extern NSData* filterData(NSString* thedata, NSString* identifier);
extern NSData* filterDataInRange(NSData* thedata, NSRange range);

@implementation ___PROJECTNAMEASIDENTIFIER___ModuleAssets

Expand Down

0 comments on commit 09c25c2

Please sign in to comment.