ckiss

KISS in C
git clone git://bvnf.space/ckiss.git
Log | Files | Refs | README | LICENSE

actions.h (306B)


      1
      2
      3
      4
      5
      6
      7
      8
      9
     10
#ifndef _CKISS_ACTIONS_H
#define _CKISS_ACTIONS_H
#include "utils.h"

int list(int argc, char **argv, struct env *e);
int search(int argc, char **argv, struct env *e);
int checksum(int argc, char **argv, struct env *e);
int update(struct env *e);
int download(int argc, char **argv, struct env *e);
#endif