summaryrefslogtreecommitdiff
path: root/GNUnet Setup/main.m
blob: 0240e2601a1a8c2498e7bca1535383e2d23dd7a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 *  GNUnet Setup (Cocoa UI)
 *  Copyright (C) 2009  Heikki Lindholm <holin@iki.fi>
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2 of the License, or
 *  (at your option) any later version.
 */

#import <Cocoa/Cocoa.h>

int main(int argc, char *argv[])
{
    return NSApplicationMain(argc,  (const char **) argv);
}