~xnox/ubuntu/quantal/lvm2/merge95

« back to all changes in this revision

Viewing changes to tools/lvm.c

  • Committer: Dmitrijs Ledkovs
  • Date: 2012-08-15 09:45:58 UTC
  • Revision ID: dmitrijs.ledkovs@canonical.com-20120815094558-1fugetlxzs49g6g9
quilt push

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#  include <readline/readline.h>
27
27
#  include <readline/history.h>
28
 
#  ifndef HAVE_RL_COMPLETION_MATCHES
29
 
#    define rl_completion_matches(a, b) completion_matches((char *)a, b)
30
 
#  endif
31
28
 
32
29
static struct cmdline_context *_cmdline;
33
30