~ubuntu-branches/ubuntu/edgy/kopete/edgy-proposed

« back to all changes in this revision

Viewing changes to kopete/plugins/statistics/sqlite/shell.c

  • Committer: Bazaar Package Importer
  • Author(s): Sarah Hobbs
  • Date: 2006-07-14 23:45:58 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060714234558-gq6jzmy117r2pj4r
Tags: 4:3.5.4+kopete0.12.1-0ubuntu1
* New upstream version
* Reverted patch 01_kopete_kdesktop_freeze.diff (fixed upstream)
* Reverted patch 02_icq_version_too_old.diff (fixed upstream)
* Bumped Version so that this gets installed, instead of the kopete in kdenetwork

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
** This file contains code to implement the "sqlite" command line
13
13
** utility for accessing SQLite databases.
14
14
**
15
 
** $Id: shell.c 546785 2006-05-31 00:24:37Z mattr $
 
15
** $Id: shell.c 373135 2004-12-24 12:55:20Z cramdal $
16
16
*/
17
17
#include <stdlib.h>
18
18
#include <string.h>