diff options
| author | Werner Koch <[email protected]> | 2000-01-27 16:50:45 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2000-01-27 16:50:45 +0000 |
| commit | baa30ad117e12c5182a78ede84c5103bea23616b (patch) | |
| tree | f1d174362ee1855c5af77dcb917451e026c0a8d5 /include/ttyio.h | |
| parent | See ChangeLog: Mon Jan 24 22:24:38 CET 2000 Werner Koch (diff) | |
| download | gnupg-baa30ad117e12c5182a78ede84c5103bea23616b.tar.gz gnupg-baa30ad117e12c5182a78ede84c5103bea23616b.zip | |
See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch
Diffstat (limited to 'include/ttyio.h')
| -rw-r--r-- | include/ttyio.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ttyio.h b/include/ttyio.h index 7992d85e8..0b447066f 100644 --- a/include/ttyio.h +++ b/include/ttyio.h @@ -17,8 +17,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifndef G10_TTYIO_H -#define G10_TTYIO_H +#ifndef GPG_TTYIO_H +#define GPG_TTYIO_H int tty_batchmode( int onoff ); void tty_printf( const char *fmt, ... ); @@ -31,4 +31,4 @@ int tty_get_answer_is_yes( const char *prompt ); int tty_no_terminal(int onoff); -#endif /*G10_TTYIO_H*/ +#endif /*GPG_TTYIO_H*/ |
