Start coding OSX Backgrounder Application, for OpenAFS Preference Pane, that user...
[openafs.git] / src / platform / DARWIN / AFSPreference / AFSBackgrounder / main.m
1 //
2 //  main.m
3 //  test
4 //
5 //  Created by Claudio Bisegni on 29/07/09.
6 //  Copyright Infn 2009. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10
11 int main(int argc, char *argv[])
12 {
13     return NSApplicationMain(argc,  (const char **) argv);
14 }