Allow to optionally (triggered with SELFSTART_PROCESS) self start the application.
This commit is contained in:
parent
155a27ff59
commit
0a8f384a40
13 changed files with 64 additions and 12 deletions
|
@ -30,7 +30,7 @@
|
|||
*
|
||||
* Author: Adam Dunkels <adam@sics.se>
|
||||
*
|
||||
* $Id: ftp.c,v 1.4 2007/11/18 01:05:10 oliverschmidt Exp $
|
||||
* $Id: ftp.c,v 1.5 2008/02/07 16:30:08 oliverschmidt Exp $
|
||||
*/
|
||||
/* Note to self: It would be nice to have a "View" option in the download dialog. */
|
||||
|
||||
|
@ -52,6 +52,10 @@
|
|||
|
||||
PROCESS(ftp_process, "FTP client");
|
||||
|
||||
#if SELFSTART_PROCESS
|
||||
AUTOSTART_PROCESSES(&ftp_process);
|
||||
#endif /* SELFSTART_PROCESS */
|
||||
|
||||
static void *connection;
|
||||
|
||||
/* --- The main window --- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue