~ubuntu-branches/ubuntu/hardy/uim/hardy

« back to all changes in this revision

Viewing changes to emacs/commit.h

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2006-07-06 22:17:24 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060706221724-6sobw1fcsxj647hp
Tags: 1:1.1.0-1.2
* Non-maintainer upload.
* Added -Wno-cast-align to CFLAGS, as per the RM's recommendations:

  < vorlon> Sesse: -Wno-cast-align and to hell with it :P

  Really fixes FTBFS. (Really Closes: #375081)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
  Copyright (c) 2005 uim Project http://uim.freedesktop.org/
 
2
  Copyright (c) 2005-2006 uim Project http://uim.freedesktop.org/
3
3
 
4
4
  All rights reserved.
5
5
 
37
37
#ifndef _uim_agent_commit_h_included_
38
38
#define _uim_agent_commit_h_included_
39
39
 
 
40
#include <stdlib.h>
 
41
 
40
42
#include "output.h"
41
43
 
42
 
void do_commit(const char *str);
 
44
char *add_commit_string(char *comstr, const char *str);
 
45
int show_commit_string(char *comstr);
 
46
void reset_commit_string(char *comstr);
43
47
 
44
48
#endif