~xav0989/gitorium/trunk

« back to all changes in this revision

Viewing changes to src/gitio.h

  • Committer: Xavier L
  • Date: 2013-04-08 19:50:12 UTC
  • Revision ID: git-v1:7ae3fb956fdb2bb27ae05fd0017aaae313a5c3c7
Removes unnecessary function, moves exec to handler, refactors for iterator, refactors gitio_flush

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
#include "../common.h"
5
5
 
6
 
void gitio_flush(void);
 
6
void gitio_flush(int fd);
7
7
 
8
8
unsigned int gitio_sformat(char **out, const char *format, ...);
9
9
void gitio_write(int fd, const char *format, ...);