1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-22 06:38:37 -05: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:
Jacob Nevins 2004-04-27 12:31:57 +00:00
parent b9da1524d9
commit bdfd70375b
8 changed files with 11 additions and 7 deletions

View File

@ -1,6 +1,6 @@
/* /*
* console.c: various interactive-prompt routines shared between * console.c: various interactive-prompt routines shared between
* the console PuTTY tools * the Windows console PuTTY tools
*/ */
#include <stdio.h> #include <stdio.h>

4
misc.c
View File

@ -1,3 +1,7 @@
/*
* Platform-independent routines shared between all PuTTY programs.
*/
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdarg.h> #include <stdarg.h>

View File

@ -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> #include <stdio.h>

View File

@ -1,5 +1,5 @@
/* /*
* psftp.c: front end for PSFTP. * psftp.c: (platform-independent) front end for PSFTP.
*/ */
#include <stdio.h> #include <stdio.h>

View File

@ -1,5 +1,5 @@
/* /*
* PuTTY key generation front end. * PuTTY key generation front end (Windows).
*/ */
#include <time.h> #include <time.h>

View File

@ -1,5 +1,5 @@
/* /*
* settings.c: read and write saved sessions. * settings.c: read and write saved sessions. (platform-independent)
*/ */
#include <stdio.h> #include <stdio.h>

View File

@ -1,5 +1,5 @@
/* /*
* winmisc.c: miscellaneous Windows-specific things. * winmisc.c: miscellaneous Windows-specific things
*/ */
#include <stdio.h> #include <stdio.h>

View File

@ -1,5 +1,5 @@
/* /*
* winutils.c: miscellaneous Windows utilities * winutils.c: miscellaneous Windows utilities for GUI apps
*/ */
#include <stdio.h> #include <stdio.h>