summaryrefslogtreecommitdiff
path: root/src/cmdline/cmdline_search.h
blob: 284f260131ff035485e634d759706f17ece5f8b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// cmdline_search.h                         -*-c++-*-
//
//   Copyright 2004 Daniel Burrows

#ifndef CMDLINE_SEARCH_H
#define CMDLINE_SEARCH_H

#include <string>

/** \file cmdline_search.h
 */

int cmdline_search(int argc, char *argv[], const char *status_fname,
		   std::string display_format, std::string width, std::string sort,
		   bool disable_columns);

#endif // CMDLINE_SEARCH_H