multicast, psyc, psycstore, client_manager fixes
[oweals/gnunet.git] / src / include / gnunet_rest_plugin.h
index abc0aea4cf087f005b26d5d88c85b0d1e584d375..cdb3018e733e20ce8371a80bb71efc351c5624dc 100644 (file)
@@ -14,8 +14,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GNUnet; see the file COPYING.  If not, write to the
-   Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.
+   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.
    */
 /**
  * @author Martin Schanzenbach
@@ -58,11 +58,6 @@ struct GNUNET_REST_Plugin
    */
   char *name;
 
-  /**
-   * Supported HTTP Methods
-   */
-  char *allow_methods;
-
   /**
    * Function to process a REST call
    *