summaryrefslogtreecommitdiff
path: root/src/cmdline/cmdline_search.h
blob: ead96a70b722f6693beadc1529d618637d575bdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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);

#endif // CMDLINE_SEARCH_H