diff --git a/include/App/appserver.h b/include/App/appserver.h index 2ffd33b..09ebfcd 100644 --- a/include/App/appserver.h +++ b/include/App/appserver.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2011 Pierre Pronchery */ +/* Copyright (c) 2012-2013 Pierre Pronchery */ /* This file is part of DeforaOS System libApp */ /* 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 @@ -24,6 +24,7 @@ /* AppServer */ /* types */ typedef struct _AppServer AppServer; + typedef enum _AppServerOptions { ASO_LOCAL = 1,