INGOR
Loading...
Searching...
No Matches
SearchFilter.h
1/*
2 filter/SearchFilter.{h,c} : Searches paths
3 Copyright (C) 2019, Yoshinori Tamada <tamada A T ytlab.jp>
4 All rights reserved.
5
6 See LICENSE.txt for details of the licensing agreement.
7*/
8#ifndef __INGOR_SEARCH_FILTER_H
9#define __INGOR_SEARCH_FILTER_H
10#include "Filter.h"
11void SearchFilter_help(FILE * fp);
12ytNetwork * SearchFilter(ytNetwork * network, ytKeyValues * args);
13#define SearchFilter_def {"Search", "search", "Searches paths", SearchFilter, SearchFilter_help}
14#endif /* __INGOR_SEARCH_FILTER_H */
key-value pairs.
Network abstraction.