Code cleanup

This commit is contained in:
Pierre Pronchery 2013-01-08 21:36:37 +01:00
parent 01e5eaa1e7
commit a7d21cecaf

View File

@ -1,5 +1,5 @@
/* $Id$ */ /* $Id$ */
/* Copyright (c) 2011 Pierre Pronchery <khorben@defora.org> */ /* Copyright (c) 2012-2013 Pierre Pronchery <khorben@defora.org> */
/* This file is part of DeforaOS System libApp */ /* This file is part of DeforaOS System libApp */
/* This program is free software: you can redistribute it and/or modify /* 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 * it under the terms of the GNU General Public License as published by
@ -24,6 +24,7 @@
/* AppServer */ /* AppServer */
/* types */ /* types */
typedef struct _AppServer AppServer; typedef struct _AppServer AppServer;
typedef enum _AppServerOptions typedef enum _AppServerOptions
{ {
ASO_LOCAL = 1, ASO_LOCAL = 1,