Files
BlockBlock/Installer/Source/main.h
T
Patrick Wardle 57ca40fc7f initial checkin
BlockBlock v1.0 (beta)
2020-04-10 21:09:09 -10:00

20 lines
366 B
C

//
// file: main.m
// project: BlockBlock (config app)
// description: main interface, for config (header)
//
// created by Patrick Wardle
// copyright (c) 2018 Objective-See. All rights reserved.
//
#ifndef main_h
#define main_h
/* FUNCTION DECLARATIONS */
//cmdline interface
// install or uninstall
BOOL cmdlineInterface(int action);
#endif /* main_h */