summaryrefslogtreecommitdiff
path: root/src/cmdline/cmdline_util.h
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2009-01-16 20:49:52 -0800
committerDaniel Burrows <dburrows@debian.org>2009-01-16 20:49:52 -0800
commit2341dd54d82fa116d645500ad44b6f7dd2047e8c (patch)
treec285fabae8496ef21bad18ba87384c1e300fadd9 /src/cmdline/cmdline_util.h
parent601220982c37f3eb77eb5550608954717fa103b1 (diff)
downloadaptitude-2341dd54d82fa116d645500ad44b6f7dd2047e8c.tar.gz
Move cmdline_is_search_pattern() to aptitude::matching::is_pattern().
Diffstat (limited to 'src/cmdline/cmdline_util.h')
-rw-r--r--src/cmdline/cmdline_util.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/cmdline/cmdline_util.h b/src/cmdline/cmdline_util.h
index 7415d84d..df04f4a1 100644
--- a/src/cmdline/cmdline_util.h
+++ b/src/cmdline/cmdline_util.h
@@ -71,16 +71,6 @@ bool cmdline_parse_source(const string &input,
download_manager::result cmdline_do_download(download_manager *m,
int verbose);
-/** \brief Test whether a string looks like a search pattern.
- *
- * \param s the string to test.
- *
- * Looks for tildes and question marks.
- *
- * \return \b true if the string qualifies as a search pattern.
- */
-bool cmdline_is_search_pattern(const std::string &s);
-
namespace aptitude
{
namespace cmdline