00001 /** 00002 * @file lned.h 00003 * 00004 * Part of the CCNx C Library. 00005 */ 00006 /* Copyright (C) 2012 Palo Alto Research Center, Inc. 00007 * 00008 * This library is free software; you can redistribute it and/or modify it 00009 * under the terms of the GNU Lesser General Public License version 2.1 00010 * as published by the Free Software Foundation. 00011 * This library is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 * Lesser General Public License for more details. You should have received 00015 * a copy of the GNU Lesser General Public License along with this library; 00016 * if not, write to the Free Software Foundation, Inc., 51 Franklin Street, 00017 * Fifth Floor, Boston, MA 02110-1301 USA. 00018 */ 00019 #ifndef LNED_DEFINED 00020 #define LNED_DEFINED 00021 00022 int lned_run(int, char**, const char *, int (*)(int, char**)); 00023 00024 #endif