12 lines
206 B
Objective-C
12 lines
206 B
Objective-C
//
|
|
// MSS.h
|
|
// TunnelKit
|
|
//
|
|
// Created by Davide De Rosa on 2/7/17.
|
|
// Copyright © 2018 London Trust Media. All rights reserved.
|
|
//
|
|
|
|
#import <stdint.h>
|
|
|
|
void MSSFix(uint8_t *data, NSInteger data_len);
|