about summary refs log tree commit diff
path: root/src/libnsss/nsss_switch_pwd_rewind.c
blob: 992076076a9dc39dc9ba5adaf0363fcacc48e9e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* ISC license. */

#include <nsss/nsss-switch.h>
#include "nsss-switch-internal.h"

int nsss_switch_pwd_rewind (nsss_switch_t *a, tain_t const *deadline, tain_t *stamp)
{
  return nsss_switch_op(a, NSSS_SWITCH_PWD_REWIND, deadline, stamp) ;
}