Skip to content

Commit

Permalink
lmtp: Rename commands.h to lmtp-commands.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbosch committed Dec 12, 2018
1 parent 575d543 commit 4f39c09
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/lmtp/Makefile.am
Expand Up @@ -33,7 +33,7 @@ lmtp_DEPENDENCIES = \
lmtp_SOURCES = \
main.c \
lmtp-client.c \
commands.c \
lmtp-commands.c \
lmtp-recipient.c \
lmtp-local.c \
lmtp-proxy.c \
Expand All @@ -42,7 +42,7 @@ lmtp_SOURCES = \
noinst_HEADERS = \
lmtp-common.h \
lmtp-client.h \
commands.h \
lmtp-commands.h \
lmtp-recipient.h \
lmtp-local.h \
lmtp-proxy.h \
Expand Down
2 changes: 1 addition & 1 deletion src/lmtp/lmtp-client.c
Expand Up @@ -20,7 +20,7 @@
#include "lda-settings.h"
#include "lmtp-local.h"
#include "lmtp-proxy.h"
#include "commands.h"
#include "lmtp-commands.h"

#include <unistd.h>

Expand Down
6 changes: 3 additions & 3 deletions src/lmtp/commands.c → src/lmtp/lmtp-commands.c
Expand Up @@ -11,12 +11,12 @@
#include "lda-settings.h"
#include "mail-user.h"
#include "smtp-address.h"
#include "mail-deliver.h"
#include "mail-error.h"
#include "lmtp-recipient.h"
#include "lmtp-proxy.h"
#include "lmtp-local.h"
#include "mail-deliver.h"
#include "mail-error.h"
#include "commands.h"
#include "lmtp-commands.h"

/*
* MAIL command
Expand Down
File renamed without changes.

0 comments on commit 4f39c09

Please sign in to comment.