mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Various tweaks to header comments to remind me which bits are meant to be
platform-independent, etc. [originally from svn r4148]
This commit is contained in:
parent
b9da1524d9
commit
bdfd70375b
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* console.c: various interactive-prompt routines shared between
|
||||
* the console PuTTY tools
|
||||
* the Windows console PuTTY tools
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
4
misc.c
4
misc.c
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Platform-independent routines shared between all PuTTY programs.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
2
plink.c
2
plink.c
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* PLink - a command-line (stdin/stdout) variant of PuTTY.
|
||||
* PLink - a Windows command-line (stdin/stdout) variant of PuTTY.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
2
psftp.c
2
psftp.c
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* psftp.c: front end for PSFTP.
|
||||
* psftp.c: (platform-independent) front end for PSFTP.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* PuTTY key generation front end.
|
||||
* PuTTY key generation front end (Windows).
|
||||
*/
|
||||
|
||||
#include <time.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* settings.c: read and write saved sessions.
|
||||
* settings.c: read and write saved sessions. (platform-independent)
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* winmisc.c: miscellaneous Windows-specific things.
|
||||
* winmisc.c: miscellaneous Windows-specific things
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* winutils.c: miscellaneous Windows utilities
|
||||
* winutils.c: miscellaneous Windows utilities for GUI apps
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user