[refactor] change file names

This commit is contained in:
Julian Sparber
2017-10-02 14:22:12 +02:00
parent 69b5ba35f6
commit 8f17179000
16 changed files with 63 additions and 67 deletions

View File

@@ -1,8 +1,3 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* Copyright (C) 2001-2003, Ximian, Inc.
*/
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
@@ -12,9 +7,9 @@
#include <libsoup/soup.h>
#include <glib/gstdio.h>
#include "get.h"
#include "server.h"
#include "teleportapp.h"
#include "teleport-get.h"
#include "teleport-server.h"
#include "teleport.h"
static int port;
static SoupServer *glob_server;