~ubuntu-branches/ubuntu/saucy/varnish/saucy

« back to all changes in this revision

Viewing changes to lib/libvarnishapi/base64.c

  • Committer: Bazaar Package Importer
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2011-03-21 10:16:07 UTC
  • mfrom: (24.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20110321101607-528fzl583fqanas5
Tags: 2.1.5-2
ReleaseĀ forĀ unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#include "config.h"
8
8
 
9
9
#include "svnid.h"
10
 
SVNID("$Id: base64.c 4093 2009-06-06 15:56:17Z des $")
 
10
SVNID("$Id$")
11
11
 
12
12
#include <sys/types.h>
13
13
#include <stdint.h>