/rusxmms/librcc

To get this branch, use:
bzr branch http://suren.me/webbzr/rusxmms/librcc

« back to all changes in this revision

Viewing changes to src/recode.c

  • Committer: Suren A. Chilingaryan
  • Date: 2005-06-28 23:44:19 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%librcc--main--0.1--patch-2
29.06.2005

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#include "fs.h"
10
10
#include "lng.h"
11
11
#include "rccstring.h"
12
 
#include "config.h"
 
12
#include "rccconfig.h"
13
13
 
14
14
 
15
15
static void rccIConvCopySymbol(char **in_buf, int *in_left, char **out_buf, int *out_left) {