Skip to content

Commit

Permalink
Need to get git.h from a different location (GlkClient/git.h), so mod…
Browse files Browse the repository at this point in the history
…ifying

these files slightly
  • Loading branch information
Logicalshift committed Mar 25, 2012
1 parent 2fd1414 commit 4e963d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion depends/git/git-1.2.9/git.c
@@ -1,7 +1,7 @@
// $Id: git.c,v 1.21 2004/12/22 12:40:07 iain Exp $

#include "git.h"
#include <gi_blorb.h>
#include <GlkClient/gi_blorb.h>
#include <stdlib.h>
#include <stdio.h>

Expand Down
4 changes: 2 additions & 2 deletions depends/git/git-1.2.9/git.h
Expand Up @@ -7,7 +7,7 @@
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <glk.h>
#include <GlkClient/glk.h>

#include "version.h"
#include "config.h"
Expand Down Expand Up @@ -124,7 +124,7 @@ extern void startProgram (size_t cacheSize, enum IOMode ioMode);
extern int git_init_dispatch();
extern glui32 git_perform_glk(glui32 funcnum, glui32 numargs, glui32 *arglist);
extern strid_t git_find_stream_by_id(glui32 id);
extern glui32 git_find_id_for_stream(strid_t str);
extern glui32 git_find_id_for_stream(strid_t str);

// git_search.c

Expand Down

0 comments on commit 4e963d2

Please sign in to comment.