aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/prompt.h
Commit message (Expand)AuthorAgeFilesLines
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_Brian Somers2002-08-271-5/+2
* Use _BSD_VA_LIST_ rather than __va_list if it's definedBrian Somers2002-08-271-2/+5
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-2/+2
* Silence some of the -Wnon-const-format warnings and add __printflike()Kris Kennaway2001-07-021-0/+5
* To avoid namespace polution in NetBSD:Brian Somers2000-03-141-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* o De-staticise things that don't need to be static.Brian Somers1998-06-151-1/+2
* o Move our prompt descriptor list outside of the bundle.Brian Somers1998-05-231-2/+2
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-1/+1
* Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-2/+1
* o Use __attribute__ (#ifdef __GNUC__) to type-checkBrian Somers1998-04-191-1/+6
* o Remove the `mode' global - it's now per physical device.Brian Somers1998-04-101-4/+6
* o Move alias function pointers into loadalias.cBrian Somers1998-04-071-1/+3
* Make ^Z, bg & fg work. We don't muck around withBrian Somers1998-04-051-1/+4
* Deglobalise `struct prompt':Brian Somers1998-04-031-10/+29
* Keep a handle on our current ``term'' in struct promptBrian Somers1998-02-171-3/+3
* Create struct datalink.Brian Somers1998-02-161-2/+2
* Move the terminal/diagnostic socket stuff out of main.cBrian Somers1998-02-101-0/+60