Updated protocol def
[tpg/opendispense2.git] / src / cokebank_basic / main.c
index 83c92be..b8aba3f 100644 (file)
@@ -72,6 +72,11 @@ int Transfer(int SourceUser, int DestUser, int Ammount, const char *Reason)
        return 0;
 }
 
        return 0;
 }
 
+int GetFlags(int User)
+{
+       return Bank_GetUserFlags(User);
+}
+
 /**
  * \brief Get the balance of the passed user
  */
 /**
  * \brief Get the balance of the passed user
  */

UCC git Repository :: git.ucc.asn.au