Dumps names of everything quickly retrievable to stdout. More...
Go to the source code of this file.
Functions | |
void | ccn_dump_names (struct ccn *h, struct ccn_charbuf *name_prefix, int local_scope, int allow_stale) |
This is a temporary interface, don't even bother to put it in a header file. | |
static void | usage (const char *progname) |
int | main (int argc, char **argv) |
Dumps names of everything quickly retrievable to stdout.
A CCNx command-line utility.
Copyright (C) 2008-2010 Palo Alto Research Center, Inc.
This work is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. This work is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Definition in file ccndumpnames.c.
void ccn_dump_names | ( | struct ccn * | h, | |
struct ccn_charbuf * | name_prefix, | |||
int | local_scope, | |||
int | allow_stale | |||
) |
This is a temporary interface, don't even bother to put it in a header file.
Definition at line 373 of file ccn_traverse.c.
Referenced by main().
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 49 of file ccndumpnames.c.
static void usage | ( | const char * | progname | ) | [static] |
Definition at line 38 of file ccndumpnames.c.