~schkovich/gearmand/gearmand

« back to all changes in this revision

Viewing changes to libtest/cmdline.h

  • Committer: schkovich@gmail.com
  • Date: 2013-05-12 19:17:05 UTC
  • mfrom: (666.1.70 workspace)
  • Revision ID: schkovich@gmail.com-20130512191705-pucvxngnm4yji20i
Merge from main branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
246
246
 
247
247
int exec_cmdline(const std::string& executable, const char *args[], bool use_libtool= false);
248
248
 
249
 
const char *gearmand_binary(); 
250
 
const char *drizzled_binary();
251
 
 
252
249
}