File: uxnogtk.c

package info (click to toggle)
its-playback-time 0.2017-08-30.3c40fd3-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 888 kB
  • sloc: ansic: 15,449; perl: 197; makefile: 29; sh: 1
file content (11 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
/*
 * uxnogtk.c: link into non-GUI Unix programs so that they can tell
 * buildinfo about a lack of GTK.
 */

#include "putty.h"

char *buildinfo_gtk_version(void)
{
    return NULL;
}