~linuxjedi/libdrizzle/5.1-optimize

« back to all changes in this revision

Viewing changes to docs/examples/buffered.rst

  • Committer: Andrew Hutchings
  • Date: 2012-12-24 10:20:04 UTC
  • Revision ID: andrew@linuxjedi.co.uk-20121224102004-wsm3lzmyageb96yu
Tags: 5.1.0
Release fixing

* Version things correcty for 5.1 release
* Fix spec file
* Add AUTHORS and COPYING files

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
.. code-block:: c
24
24
 
25
 
    #include <libdrizzle-5.0/libdrizzle.h>
 
25
    #include <libdrizzle-5.1/libdrizzle.h>
26
26
    #include <stdio.h>
27
27
    #include <stdlib.h>
28
28