Added macro files I missed earlier...
[awesomized/libmemcached] / clients / utilities.h
index b35f03ef10a86e4553e6a58f4196830acb6e13fc..af6706135b84a19232b4162ee1e542d0d0188f3f 100644 (file)
@@ -1,5 +1,4 @@
 #include <getopt.h>
-#include <assert.h>
 #include <libmemcached/memcached.h>
 #include "client_options.h"
 
@@ -24,8 +23,8 @@ struct memcached_programs_help_st
 char *strdup_cleanup(const char *str);
 void cleanup(void);
 long int timedif(struct timeval a, struct timeval b);
-void version_command(char *command_name);
-void help_command(char *command_name, char *description,
+void version_command(const char *command_name);
+void help_command(const char *command_name, const char *description,
                   const struct option *long_options,
                   memcached_programs_help_st *options);
 void process_hash_option(memcached_st *memc, char *opt_hash);